Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ AddRef
Method
AddRef
src/server/angelscript/add_on/scriptarray/scriptarray.cpp:1839–1844 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1837
}
1838
1839
void CScriptArray::AddRef() const
1840
{
1841
// Clear the GC flag then increase the counter
1842
gcFlag = false;
1843
asAtomicInc(refCount);
1844
}
1845
1846
void CScriptArray::Release() const
1847
{
Callers
2
CScriptArray
Method · 0.45
ScriptArrayAddRef_Generic
Function · 0.45
Calls
1
asAtomicInc
Function · 0.85
Tested by
no test coverage detected