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

Method link

src/hx/cppia/Cppia.cpp:2359–2364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2357
2358 const char *getName() HXCPP_OVERRIDE { return "CallGlobal"; }
2359 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
2360 {
2361 String name = inModule.strings[fieldId];
2362 LinkExpressions(args,inModule);
2363 return createGlobalBuiltin(this, name, args );
2364 }
2365};
2366
2367

Callers

nothing calls this directly

Calls 2

LinkExpressionsFunction · 0.85
createGlobalBuiltinFunction · 0.85

Tested by

no test coverage detected