Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ AddRef
Method
AddRef
sdk/angelscript/source/as_scriptfunction.cpp:510–514 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
508
509
// interface
510
int asCScriptFunction::AddRef() const
511
{
512
gcFlag = false;
513
return externalRefCount.atomicInc();
514
}
515
516
// interface
517
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