MCPcopy 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
260void CScriptFile::Release() const
261{
262 if( asAtomicDec(refCount) == 0 )
263 delete this;
264}
265
266int CScriptFile::Open(const std::string &filename, const std::string &mode)
267{

Callers 1

Calls 1

asAtomicDecFunction · 0.85

Tested by

no test coverage detected