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

Method AddRef

src/server/angelscript/angelscript/source/as_globalproperty.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void asCGlobalProperty::AddRef()
64{
65 refCount.atomicInc();
66}
67
68void asCGlobalProperty::Release()
69{

Callers

nothing calls this directly

Calls 1

atomicIncMethod · 0.80

Tested by

no test coverage detected