Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ AddRef
Method
AddRef
src/server/angelscript/angelscript/source/as_globalproperty.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void asCGlobalProperty::AddRef()
64
{
65
refCount.atomicInc();
66
}
67
68
void asCGlobalProperty::Release()
69
{
Callers
nothing calls this directly
Calls
1
atomicInc
Method · 0.80
Tested by
no test coverage detected