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