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_context.cpp:243–246 ·
view source on GitHub ↗
interface
Source
from the content-addressed store, hash-verified
241
242
// interface
243
int asCContext::AddRef() const
244
{
245
return m_refCount.atomicInc();
246
}
247
248
// interface
249
int asCContext::Release() const
Callers
9
AllocateGlobalProperty
Method · 0.45
CompileFunction
Method · 0.45
AddPropertyToClass
Method · 0.45
SetReturnObject
Method · 0.45
asCContext
Method · 0.45
Prepare
Method · 0.45
SetObject
Method · 0.45
SetArgObject
Method · 0.45
ExecuteNext
Method · 0.45
Calls
1
atomicInc
Method · 0.80
Tested by
no test coverage detected