MCPcopy 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
284namespace {
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
291void

Callers 7

validateMethod · 0.70
FxaaPixelShaderFunction · 0.50
Fxaa3_11.hFile · 0.50
btQuaternionClass · 0.50
mQuat.cppFile · 0.50
setMethod · 0.50
setSeedMethod · 0.50

Calls 2

substrMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected