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