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

Method link

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

Source from the content-addressed store, hash-verified

621
622 const char *getName() HXCPP_OVERRIDE { return "IsNotNull"; }
623 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE { condition = condition->link(inModule); return this; }
624
625 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
626 {

Callers

nothing calls this directly

Calls 1

linkMethod · 0.45

Tested by

no test coverage detected