MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getFileNode

Method getFileNode

Engine/source/core/volume.cpp:854–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854FileNodeRef MountSystem::getFileNode(const Path& path)
855{
856 Path np = _normalize(path);
857 FileSystemRef fs = _getFileSystemFromList(np);
858 if (fs != NULL)
859 return fs->resolve(np);
860 return NULL;
861}
862
863bool MountSystem::mapFSPath( const String &inRoot, const Path &inPath, Path &outPath )
864{

Callers 1

GetFileNodeFunction · 0.80

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected