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

Function LinkExpressions

src/hx/cppia/Cppia.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232
233void LinkExpressions(Expressions &ioExpressions, CppiaModule &data)
234{
235 for(int i=0;i<ioExpressions.size();i++)
236 ioExpressions[i] = ioExpressions[i]->link(data);
237}
238
239
240CppiaExpr *convertToFunction(CppiaExpr *inExpr);

Callers 13

linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85
linkMethod · 0.85

Calls 2

sizeMethod · 0.45
linkMethod · 0.45

Tested by

no test coverage detected