Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ StringRelease_Generic
Function
StringRelease_Generic
sdk/tests/test_feature/source/scriptstring.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
static void StringRelease_Generic(asIScriptGeneric *gen)
64
{
65
CScriptString *thisPointer = (CScriptString*)gen->GetObject();
66
thisPointer->Release();
67
}
68
69
//-----------------
70
// string = string
Callers
nothing calls this directly
Calls
2
GetObject
Method · 0.80
Release
Method · 0.45
Tested by
no test coverage detected