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

Method ~String

Engine/source/core/util/str.cpp:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558String::~String()
559{
560 if (_string && _string != StringData::Empty())
561 _string->release();
562}
563
564//-----------------------------------------------------------------------------
565

Callers

nothing calls this directly

Calls 2

EmptyFunction · 0.50
releaseMethod · 0.45

Tested by

no test coverage detected