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

Method NewExpr

src/hx/cppia/Cppia.cpp:1502–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1500
1501
1502 NewExpr(CppiaStream &stream)
1503 {
1504 classId = stream.getInt();
1505 constructor = 0;
1506 ReadExpressions(args,stream);
1507 }
1508
1509 const char *getName() HXCPP_OVERRIDE { return "NewExpr"; }
1510 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