Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ GetFileNode
Function
GetFileNode
Engine/source/core/volume.cpp:1046–1049 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1044
}
1045
1046
FileNodeRef GetFileNode(const Path &path)
1047
{
1048
return sgMountSystem.getFileNode(path);
1049
}
1050
1051
bool MapFSPath( const String &inRoot, const Path &inPath, Path &outPath )
1052
{
Callers
8
fileSystemFunctions.cpp
File · 0.85
executeFile
Function · 0.85
compiledFileNeedsUpdate
Function · 0.85
getChecksum
Method · 0.85
processCache
Method · 0.85
preload
Method · 0.85
preload
Method · 0.85
preload
Method · 0.85
Calls
1
getFileNode
Method · 0.80
Tested by
no test coverage detected