MCPcopy 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

478String ScriptCallable::runString(CppiaCtx *ctx) { return HX_CSTRING("#function"); }
479
480void ScriptCallable::runVoid(CppiaCtx *ctx)
481{
482}
483
484
485#ifdef CPPIA_JIT

Callers 2

runFunctionMethod · 0.45
runFunctionClosureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected