Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ addRef
Method
addRef
Engine/source/core/util/str.cpp:307–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
void addRef()
308
{
309
if( mRefCount != U32_MAX )
310
mRefCount ++;
311
}
312
313
void release()
314
{
Callers
2
String
Method · 0.45
str.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected