MCPcopy 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
243int asCContext::AddRef() const
244{
245 return m_refCount.atomicInc();
246}
247
248// interface
249int asCContext::Release() const

Callers 9

CompileFunctionMethod · 0.45
AddPropertyToClassMethod · 0.45
SetReturnObjectMethod · 0.45
asCContextMethod · 0.45
PrepareMethod · 0.45
SetObjectMethod · 0.45
SetArgObjectMethod · 0.45
ExecuteNextMethod · 0.45

Calls 1

atomicIncMethod · 0.80

Tested by

no test coverage detected