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

Method String

Engine/source/core/util/str.cpp:540–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538//-----------------------------------------------------------------------------
539
540String::String()
541{
542 PROFILE_SCOPE(String_default_constructor);
543 _string = StringData::Empty();
544}
545
546String::String(const String &str)
547{

Callers 1

SDL_SYS_JoystickInitFunction · 0.45

Calls 3

createUTF8stringFunction · 0.85
dStrlenFunction · 0.50
addRefMethod · 0.45

Tested by

no test coverage detected