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

Method CallGlobal

src/hx/cppia/Cppia.cpp:2351–2356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2349 Expressions args;
2350
2351 CallGlobal(CppiaStream &stream)
2352 {
2353 fieldId = stream.getInt();
2354 int n = stream.getInt();
2355 ReadExpressions(args,stream,n);
2356 }
2357
2358 const char *getName() HXCPP_OVERRIDE { return "CallGlobal"; }
2359 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE

Callers

nothing calls this directly

Calls 2

ReadExpressionsFunction · 0.85
getIntMethod · 0.45

Tested by

no test coverage detected