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

Method runString

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

Source from the content-addressed store, hash-verified

127 return ValToFloat(runObject(ctx));
128}
129::String CppiaDynamicExpr::runString(CppiaCtx *ctx)
130{
131 hx::Object *result = runObject(ctx);
132 BCR_CHECK;
133 return result ? result->toString() : String();
134}
135
136void CppiaDynamicExpr::runVoid(CppiaCtx *ctx)
137{

Callers 14

runIntMethod · 0.45
runIntMethod · 0.45
runObjectMethod · 0.45
runMethod · 0.45
runObjectMethod · 0.45
runObjectMethod · 0.45
runObjectMethod · 0.45
runMethod · 0.45
runVoidMethod · 0.45
runStringMethod · 0.45
runVoidMethod · 0.45
runStringMethod · 0.45

Calls 2

StringClass · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected