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