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

Method runString

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

Source from the content-addressed store, hash-verified

6239 }
6240
6241 ::String runString(CppiaCtx *ctx) HXCPP_OVERRIDE
6242 {
6243 CppiaExpr *body = getBody(ctx);
6244 BCR_CHECK;
6245 if (body)
6246 return body->runString(ctx);
6247 return String();
6248 }
6249
6250 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
6251 {

Callers

nothing calls this directly

Calls 2

StringClass · 0.50
runStringMethod · 0.45

Tested by

no test coverage detected