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

Method AddRefInternal

sdk/angelscript/source/as_scriptfunction.cpp:540–543  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

538
539// internal
540int asCScriptFunction::AddRefInternal()
541{
542 return internalRefCount.atomicInc();
543}
544
545// internal
546int asCScriptFunction::ReleaseInternal()

Callers 1

AddReferencesMethod · 0.45

Calls 1

atomicIncMethod · 0.80

Tested by

no test coverage detected