MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / runString

Method runString

src/hx/cppia/Cppia.cpp:4813–4813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4811 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE { return ValToInt(data); }
4812 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE { return ValToFloat(data); }
4813 ::String runString(CppiaCtx *ctx) HXCPP_OVERRIDE { return ValToString(data); }
4814
4815 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
4816 {

Callers

nothing calls this directly

Calls 1

ValToStringFunction · 0.85

Tested by

no test coverage detected