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

Method runString

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

Source from the content-addressed store, hash-verified

4236 return result;
4237 }
4238 ::String runString(CppiaCtx *ctx) HXCPP_OVERRIDE {
4239 T *t = MEMGETPTR;
4240 BCR_CHECK;
4241 String result = ValToString( CREMENT::run(*t) );
4242 MEM_WB_CHECK;
4243 return result;
4244 }
4245
4246 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE {
4247 T *t = MEMGETPTR;

Callers

nothing calls this directly

Calls 2

ValToStringFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected