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

Method runVoid

src/hx/cppia/Cppia.cpp:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 }
492
493 void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE
494 {
495 if (condition->runInt(ctx))
496 doIf->runVoid(ctx);
497 else
498 doElse->runVoid(ctx);
499 }
500 #define IF_ELSE_RUN(TYPE,NAME) \
501 TYPE NAME(CppiaCtx *ctx) HXCPP_OVERRIDE \
502 { \

Callers

nothing calls this directly

Calls 2

runIntMethod · 0.45
runVoidMethod · 0.45

Tested by

no test coverage detected