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

Method AddRef

src/server/angelscript/angelscript/source/as_scriptfunction.cpp:502–506  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

500
501// interface
502int asCScriptFunction::AddRef() const
503{
504 gcFlag = false;
505 return externalRefCount.atomicInc();
506}
507
508// interface
509int asCScriptFunction::Release() const

Callers 3

MakeDelegateMethod · 0.45
AddReferencesMethod · 0.45

Calls 1

atomicIncMethod · 0.80

Tested by

no test coverage detected