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

Method link

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

Source from the content-addressed store, hash-verified

5975 }
5976 const char *getName() HXCPP_OVERRIDE { return "TVars"; }
5977 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
5978 {
5979 LinkExpressions(vars,inModule);
5980 return this;
5981 }
5982
5983 void runVoid(CppiaCtx *ctx) HXCPP_OVERRIDE
5984 {

Callers

nothing calls this directly

Calls 1

LinkExpressionsFunction · 0.85

Tested by

no test coverage detected