Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ runVoid
Method
runVoid
src/hx/cppia/Cppia.cpp:1807–1811 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1805
}
1806
1807
void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE
1808
{
1809
null val;
1810
run(ctx,val);
1811
}
1812
int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
1813
{
1814
int val;
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected