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/scriptfile.cpp:260–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
void CScriptFile::Release() const
261
{
262
if( asAtomicDec(refCount) == 0 )
263
delete this;
264
}
265
266
int CScriptFile::Open(const std::string &filename, const std::string &mode)
267
{
Callers
1
ScriptFile_Release_Generic
Function · 0.45
Calls
1
asAtomicDec
Function · 0.85
Tested by
no test coverage detected