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

Method runString

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

Source from the content-addressed store, hash-verified

4514 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE { return doRun(ctx); }
4515 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE { return doRun(ctx); }
4516 ::String runString(CppiaCtx *ctx) HXCPP_OVERRIDE { return ValToString(doRun(ctx)); }
4517 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE { return Dynamic(doRun(ctx)).mPtr; }
4518};
4519

Callers

nothing calls this directly

Calls 1

ValToStringFunction · 0.85

Tested by

no test coverage detected