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

Method CppiaIsNull

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

Source from the content-addressed store, hash-verified

574 CppiaExpr *condition;
575
576 CppiaIsNull(CppiaStream &stream) { condition = createCppiaExpr(stream); }
577
578 const char *getName() HXCPP_OVERRIDE { return "IsNull"; }
579

Callers

nothing calls this directly

Calls 1

createCppiaExprFunction · 0.85

Tested by

no test coverage detected