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

Method runInt

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

Source from the content-addressed store, hash-verified

2186 ctx->runVoid(func);
2187 }
2188 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
2189 {
2190 CALL_VTABLE_SETUP(BCRReturn())
2191 return runContextConvertInt(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func);
2192 }
2193
2194 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE
2195 {

Callers

nothing calls this directly

Calls 3

BCRReturnClass · 0.85
runContextConvertIntFunction · 0.85
getReturnTypeMethod · 0.80

Tested by

no test coverage detected