Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
int asCTypeInfo::AddRef() const
83
{
84
return externalRefCount.atomicInc();
85
}
86
87
// interface
88
int asCTypeInfo::Release() const
Callers
nothing calls this directly
Calls
1
atomicInc
Method · 0.80
Tested by
no test coverage detected