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

Method link

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

Source from the content-addressed store, hash-verified

1431 const char *getName() HXCPP_OVERRIDE { return array ? "ToInterfaceArray" : "ToInterface"; }
1432
1433 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
1434 {
1435 DBGLOG("Api 330 - no cast required\n");
1436 CppiaExpr *linked = value->link(inModule);
1437 delete this;
1438 return linked;
1439 }
1440 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE { return 0; }
1441};
1442

Callers

nothing calls this directly

Calls 1

linkMethod · 0.45

Tested by

no test coverage detected