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

Method link

src/hx/cppia/Cppia.cpp:398–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 }
397
398 CppiaExpr *link(CppiaModule &data) HXCPP_OVERRIDE
399 {
400 if (data.layout==0)
401 {
402 CppiaExpr *blockFunc = new BlockCallable(this);
403 return blockFunc->link(data);
404 }
405
406 LinkExpressions(expressions,data);
407 return this;
408 }
409
410 const char *getName() HXCPP_OVERRIDE { return "BlockExpr"; }
411 ExprType getType() HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 2

LinkExpressionsFunction · 0.85
linkMethod · 0.45

Tested by

no test coverage detected