Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ Release
Method
Release
src/server/angelscript/add_on/scriptfile/scriptfilesystem.cpp:119–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void CScriptFileSystem::Release() const
120
{
121
if( asAtomicDec(refCount) == 0 )
122
delete this;
123
}
124
125
CScriptArray *CScriptFileSystem::GetFiles() const
126
{
Callers
nothing calls this directly
Calls
1
asAtomicDec
Function · 0.85
Tested by
no test coverage detected