Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ release
Method
release
Engine/source/core/util/str.cpp:313–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
void release()
314
{
315
if( mRefCount != U32_MAX )
316
{
317
-- mRefCount;
318
if( !mRefCount )
319
delete this;
320
}
321
}
322
323
U32 getLength() const
324
{
Callers
2
~String
Method · 0.45
str.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected