Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ StringAddRef_Generic
Function
StringAddRef_Generic
sdk/tests/test_feature/source/scriptstring.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
static void StringAddRef_Generic(asIScriptGeneric *gen)
52
{
53
CScriptString *thisPointer = (CScriptString*)gen->GetObject();
54
thisPointer->AddRef();
55
}
56
57
void CScriptString::Release() const
58
{
Callers
nothing calls this directly
Calls
2
GetObject
Method · 0.80
AddRef
Method · 0.45
Tested by
no test coverage detected