Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ runVoid
Method
runVoid
src/hx/cppia/Cppia.cpp:2183–2187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2181
AutoStack save(ctx,pointer);
2182
2183
void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE
2184
{
2185
CALL_VTABLE_SETUP()
2186
ctx->runVoid(func);
2187
}
2188
int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
2189
{
2190
CALL_VTABLE_SETUP(BCRReturn())
Callers
nothing calls this directly
Calls
1
runVoid
Method · 0.45
Tested by
no test coverage detected