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

Method link

src/hx/cppia/Cppia.cpp:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 }
484
485 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
486 {
487 condition = condition->link(inModule);
488 doIf = doIf->link(inModule);
489 doElse = doElse->link(inModule);
490 return this;
491 }
492
493 void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE
494 {

Callers

nothing calls this directly

Calls 1

linkMethod · 0.45

Tested by

no test coverage detected