Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ runVoid
Method
runVoid
src/hx/cppia/CppiaFunction.cpp:480–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
478
String ScriptCallable::runString(CppiaCtx *ctx) { return HX_CSTRING(
"#function"
); }
479
480
void ScriptCallable::runVoid(CppiaCtx *ctx)
481
{
482
}
483
484
485
#ifdef CPPIA_JIT
Callers
2
runFunction
Method · 0.45
runFunctionClosure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected