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

Method AddRef

src/server/angelscript/angelscript/source/as_typeinfo.cpp:82–85  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

80
81// interface
82int asCTypeInfo::AddRef() const
83{
84 return externalRefCount.atomicInc();
85}
86
87// interface
88int asCTypeInfo::Release() const

Callers

nothing calls this directly

Calls 1

atomicIncMethod · 0.80

Tested by

no test coverage detected