Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ Rename
Function
Rename
Engine/source/core/volume.cpp:1146–1149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1144
}
1145
1146
bool Rename(const Path &from, const Path &to)
1147
{
1148
return sgMountSystem.rename(from,to);
1149
}
1150
1151
bool Mount(String root, FileSystemRef fs)
1152
{
Callers
1
rebuildZip
Method · 0.85
Calls
1
rename
Method · 0.45
Tested by
no test coverage detected