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_scriptfunction.cpp:502–506 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
500
501
// interface
502
int asCScriptFunction::AddRef() const
503
{
504
gcFlag = false;
505
return externalRefCount.atomicInc();
506
}
507
508
// interface
509
int asCScriptFunction::Release() const
Callers
3
ScriptFunction_AddRef_Generic
Function · 0.45
MakeDelegate
Method · 0.45
AddReferences
Method · 0.45
Calls
1
atomicInc
Method · 0.80
Tested by
no test coverage detected