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

Method link

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

Source from the content-addressed store, hash-verified

3106
3107 const char *getName() HXCPP_OVERRIDE { return "Call"; }
3108 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
3109 {
3110 func = func->link(inModule);
3111 LinkExpressions(args,inModule);
3112 return this;
3113 }
3114 hx::Object *runObject(CppiaCtx *ctx) HXCPP_OVERRIDE
3115 {
3116 hx::Object *funcVal = func->runObject(ctx);

Callers

nothing calls this directly

Calls 2

LinkExpressionsFunction · 0.85
linkMethod · 0.45

Tested by

no test coverage detected