Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ Log
Function
Log
sdk/tests/test_feature/source/testswitch.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
static string _log;
22
static void Log(asIScriptGeneric *gen)
23
{
24
CScriptString *str = (CScriptString *)gen->GetArgObject(0);
25
_log += str->buffer;
26
}
27
28
bool TestSwitch()
29
{
Callers
nothing calls this directly
Calls
1
GetArgObject
Method · 0.80
Tested by
no test coverage detected