Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void CScriptString::Release() const
58
{
59
if( --refCount == 0 )
60
delete this;
61
}
62
63
static void StringRelease_Generic(asIScriptGeneric *gen)
64
{
Callers
15
Test
Function · 0.45
Test
Function · 0.45
Test
Function · 0.45
Test
Function · 0.45
StringRelease_Generic
Function · 0.45
ReleaseStringConstant
Method · 0.45
Test
Function · 0.45
TestArray2
Function · 0.45
Test
Function · 0.45
Test
Function · 0.45
Test
Function · 0.45
Test
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected