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

Method ArrayDef

src/hx/cppia/Cppia.cpp:4987–4991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4985 ArrayType arrayType;
4986
4987 ArrayDef(CppiaStream &stream)
4988 {
4989 classId = stream.getInt();
4990 ReadExpressions(items,stream);
4991 }
4992
4993
4994 const char *getName() HXCPP_OVERRIDE { return "ArrayDef"; }

Callers

nothing calls this directly

Calls 2

ReadExpressionsFunction · 0.85
getIntMethod · 0.45

Tested by

no test coverage detected