Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ AddRef
Method
AddRef
src/server/angelscript/add_on/scriptfile/scriptfile.cpp:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void CScriptFile::AddRef() const
256
{
257
asAtomicInc(refCount);
258
}
259
260
void CScriptFile::Release() const
261
{
Callers
1
ScriptFile_AddRef_Generic
Function · 0.45
Calls
1
asAtomicInc
Function · 0.85
Tested by
no test coverage detected