Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Mount
Function
Mount
Engine/source/core/volume.cpp:1151–1154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1149
}
1150
1151
bool Mount(String root, FileSystemRef fs)
1152
{
1153
return sgMountSystem.mount(root,fs);
1154
}
1155
1156
bool Mount(String root, const Path &path)
1157
{
Callers
7
checkAndMountSketchup
Method · 0.85
MountDefaults
Function · 0.85
MountZips
Function · 0.85
handleCommandLine
Method · 0.85
InstallFileSystems
Method · 0.85
InstallFileSystems
Method · 0.85
initShaderGen
Method · 0.85
Calls
1
mount
Method · 0.45
Tested by
no test coverage detected