logic: Improved code view performance by removing duplicate storage call
This commit is contained in:
@@ -393,6 +393,8 @@ Id PersistentStorage::getIdForEdge(
|
||||
|
||||
NameHierarchy PersistentStorage::getNameHierarchyForNodeWithId(Id nodeId) const
|
||||
{
|
||||
TRACE();
|
||||
|
||||
return NameHierarchy::deserialize(m_sqliteStorage.getNodeById(nodeId).serializedName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user