MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / AddRef

Method AddRef

src/server/angelscript/angelscript/source/as_scriptengine.cpp:1004–1008  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1002
1003// interface
1004int asCScriptEngine::AddRef() const
1005{
1006 asASSERT( refCount.get() > 0 || inDestructor );
1007 return refCount.atomicInc();
1008}
1009
1010// interface
1011int asCScriptEngine::Release() const

Callers 2

RefCastObjectMethod · 0.45

Calls 2

atomicIncMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected