Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ cfunction
Function
cfunction
sdk/tests/test_feature/source/testexecute.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
static bool called = false;
12
13
static void cfunction() {
14
called = true;
15
}
16
17
static void cfunction_generic(asIScriptGeneric *) {
18
cfunction();
Callers
1
cfunction_generic
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected