MCPcopy Create free account
hub / github.com/anjo76/angelscript / AddRef

Method AddRef

sdk/angelscript/source/as_scriptengine.cpp:1105–1109  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1103
1104// interface
1105int asCScriptEngine::AddRef() const
1106{
1107 asASSERT( refCount.get() > 0 || inDestructor );
1108 return refCount.atomicInc();
1109}
1110
1111// interface
1112int asCScriptEngine::Release() const

Callers 2

RefCastObjectMethod · 0.45

Calls 2

atomicIncMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected