MCPcopy Create free account
hub / github.com/anjo76/angelscript / Release

Method Release

sdk/tests/test_performance/source/scriptstring.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void CScriptString::Release() const
58{
59 if( --refCount == 0 )
60 delete this;
61}
62
63static void StringRelease_Generic(asIScriptGeneric *gen)
64{

Callers 15

TestFunction · 0.45
TestFunction · 0.45
TestFunction · 0.45
TestFunction · 0.45
StringRelease_GenericFunction · 0.45
ReleaseStringConstantMethod · 0.45
TestFunction · 0.45
TestArray2Function · 0.45
TestFunction · 0.45
TestFunction · 0.45
TestFunction · 0.45
TestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected