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

Method release

Engine/source/core/util/str.cpp:302–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 void release()
303 {
304 if( mRefCount != U32_MAX )
305 {
306 -- mRefCount;
307 if( !mRefCount )
308 delete this;
309 }
310 }
311
312 U32 getLength() const
313 {

Callers 2

~StringMethod · 0.45
str.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected