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

Method CallStatic

src/hx/cppia/Cppia.cpp:1911–1916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1909 Expressions args;
1910
1911 CallStatic(CppiaStream &stream)
1912 {
1913 classId = stream.getInt();
1914 fieldId = stream.getInt();
1915 ReadExpressions(args,stream);
1916 }
1917
1918 const char *getName() HXCPP_OVERRIDE { return "CallStatic"; }
1919 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