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

Method addRef

Engine/source/core/util/str.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 }
295
296 void addRef()
297 {
298 if( mRefCount != U32_MAX )
299 mRefCount ++;
300 }
301
302 void release()
303 {

Callers 2

StringMethod · 0.45
str.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected