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

Method link

src/hx/cppia/Cppia.cpp:544–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542
543 const char *getName() HXCPP_OVERRIDE { return "IfExpr"; }
544 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
545 {
546 condition = condition->link(inModule);
547 doIf = doIf->link(inModule);
548 return this;
549 }
550
551 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE { runVoid(ctx); return 0; }
552 void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 1

linkMethod · 0.45

Tested by

no test coverage detected