MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / collapseEscapes

Method collapseEscapes

Engine/source/core/util/str.cpp:1345–1352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1343//-----------------------------------------------------------------------------
1344
1345String String::collapseEscapes() const
1346{
1347 char* tmp = dStrdup( c_str() );
1348 collapseEscape( tmp );
1349 String str( tmp );
1350 dFree( tmp );
1351 return str;
1352}
1353
1354//-----------------------------------------------------------------------------
1355

Callers

nothing calls this directly

Calls 3

collapseEscapeFunction · 0.85
c_strFunction · 0.50
dFreeFunction · 0.50

Tested by

no test coverage detected