Refactored EditorContentManager

This commit is contained in:
Simon Lübeß
2023-03-16 23:31:19 +01:00
parent b22f73a156
commit cfa046d2ea
2 changed files with 67 additions and 111 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ class AssetHierarchy
fsw.StartRaisingEvents();
}
/// Gets the tree node for the given filePath or null, if the file/directory doesn't exist.
/// Gets the tree node for the given filePath or .Err, if the file/directory doesn't exist.
/// @param filePath the path for which to return the tree node.
/// @remarks Do not hold a reference to the TreeNode because it can become invalid when the file hierarchy changes.
public Result<TreeNode<AssetNode>> GetNodeFromPath(StringView filePath)