Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ AddRef
Method
AddRef
sdk/tests/test_feature/source/test_objhandle2.cpp:259–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
m_refcount = 1;
258
}
259
void AddRef()
260
{
261
++m_refcount;
262
}
263
void Release()
264
{
265
--m_refcount;
Callers
1
getRefClass
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected