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

Method BlockExpr

src/hx/cppia/Cppia.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 Expressions expressions;
392
393 BlockExpr(CppiaStream &stream)
394 {
395 ReadExpressions(expressions,stream);
396 }
397
398 CppiaExpr *link(CppiaModule &data) HXCPP_OVERRIDE
399 {

Callers

nothing calls this directly

Calls 1

ReadExpressionsFunction · 0.85

Tested by

no test coverage detected