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

Method runFloat

src/hx/cppia/Cppia.cpp:2194–2198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2192 }
2193
2194 Float runFloat(CppiaCtx *ctx) HXCPP_OVERRIDE
2195 {
2196 CALL_VTABLE_SETUP(BCRReturn())
2197 return runContextConvertFloat(ctx, checkInterfaceReturnType ? func->getReturnType() : returnType, func);
2198 }
2199 String runString(CppiaCtx *ctx) HXCPP_OVERRIDE
2200 {
2201 CALL_VTABLE_SETUP(BCRReturn())

Callers

nothing calls this directly

Calls 3

BCRReturnClass · 0.85
runContextConvertFloatFunction · 0.85
getReturnTypeMethod · 0.80

Tested by

no test coverage detected