Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ normalize
Function
normalize
Engine/lib/collada/src/dae/daeURI.cpp:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
284
namespace {
285
void normalize(string& path) {
286
daeURI::normalizeURIPath(const_cast<char*>(path.c_str()));
287
path = path.substr(0, strlen(path.c_str()));
288
}
289
}
290
291
void
Callers
7
validate
Method · 0.70
FxaaPixelShader
Function · 0.50
Fxaa3_11.h
File · 0.50
btQuaternion
Class · 0.50
mQuat.cpp
File · 0.50
set
Method · 0.50
setSeed
Method · 0.50
Calls
2
substr
Method · 0.80
c_str
Method · 0.45
Tested by
no test coverage detected