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

Method runString

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

Source from the content-addressed store, hash-verified

2197 return runContextConvertFloat(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func);
2198 }
2199 String runString(CppiaCtx *ctx) HXCPP_OVERRIDE
2200 {
2201 CALL_VTABLE_SETUP(BCRReturn())
2202 return runContextConvertString(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func);
2203 }
2204 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
2205 {
2206 CALL_VTABLE_SETUP(BCRReturn())

Callers

nothing calls this directly

Calls 3

BCRReturnClass · 0.85
runContextConvertStringFunction · 0.85
getReturnTypeMethod · 0.80

Tested by

no test coverage detected