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

Method String

Engine/source/core/util/str.cpp:507–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505//-----------------------------------------------------------------------------
506
507String::String()
508{
509 PROFILE_SCOPE(String_default_constructor);
510 _string = StringData::Empty();
511}
512
513String::String(const String &str)
514{

Callers

nothing calls this directly

Calls 5

CreateFunction · 0.85
createUTF8stringFunction · 0.85
EmptyFunction · 0.50
dStrlenFunction · 0.50
addRefMethod · 0.45

Tested by

no test coverage detected