Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Remove
Function
Remove
Engine/source/core/volume.cpp:1141–1144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1139
}
1140
1141
bool Remove(const Path &path)
1142
{
1143
return sgMountSystem.remove(path);
1144
}
1145
1146
bool Rename(const Path &from, const Path &to)
1147
{
Callers
5
fileSystemFunctions.cpp
File · 0.85
rebuildZip
Method · 0.85
close
Method · 0.85
handleDeleteAction
Method · 0.85
initShaderGen
Method · 0.85
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected