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

Method runString

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

Source from the content-addressed store, hash-verified

4481 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE { return doRun(ctx); }
4482 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE { return doRun(ctx); }
4483 ::String runString(CppiaCtx *ctx) HXCPP_OVERRIDE { return ValToString(doRun(ctx)); }
4484 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE { return Dynamic(doRun(ctx)).mPtr; }
4485};
4486

Callers

nothing calls this directly

Calls 1

ValToStringFunction · 0.85

Tested by

no test coverage detected