Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ runFloat
Method
runFloat
src/hx/cppia/Cppia.cpp:1174–1177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1172
}
1173
1174
double runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE
1175
{
1176
return value->runFloat(ctx);
1177
}
1178
1179
String runString(CppiaCtx *ctx) HXCPP_OVERRIDE
1180
{
Callers
nothing calls this directly
Calls
1
runFloat
Method · 0.45
Tested by
no test coverage detected