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

Method AddRef

sdk/angelscript/source/as_scriptfunction.cpp:510–514  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

508
509// interface
510int asCScriptFunction::AddRef() const
511{
512 gcFlag = false;
513 return externalRefCount.atomicInc();
514}
515
516// interface
517int asCScriptFunction::Release() const

Callers 3

MakeDelegateMethod · 0.45
AddReferencesMethod · 0.45

Calls 1

atomicIncMethod · 0.80

Tested by

no test coverage detected