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

Method link

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

Source from the content-addressed store, hash-verified

945 }
946
947 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
948 {
949 LinkExpressions(args,inModule);
950 return CppiaExprWithValue::link(inModule);
951 }
952
953 const char *getName() HXCPP_OVERRIDE { return "CallDynamicFunction"; }
954 ExprType getType() HXCPP_OVERRIDE { return etObject; }

Callers

nothing calls this directly

Calls 1

LinkExpressionsFunction · 0.85

Tested by

no test coverage detected