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

Method link

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

Source from the content-addressed store, hash-verified

578 const char *getName() HXCPP_OVERRIDE { return "IsNull"; }
579
580 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
581 {
582 condition = condition->link(inModule);
583 return this;
584 }
585
586 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
587 {

Callers

nothing calls this directly

Calls 1

linkMethod · 0.45

Tested by

no test coverage detected