Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ AddRefInternal
Method
AddRefInternal
sdk/angelscript/source/as_scriptfunction.cpp:540–543 ·
view source on GitHub ↗
internal
Source
from the content-addressed store, hash-verified
538
539
// internal
540
int asCScriptFunction::AddRefInternal()
541
{
542
return internalRefCount.atomicInc();
543
}
544
545
// internal
546
int asCScriptFunction::ReleaseInternal()
Callers
1
AddReferences
Method · 0.45
Calls
1
atomicInc
Method · 0.80
Tested by
no test coverage detected