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

Method CppiaIsNotNull

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

Source from the content-addressed store, hash-verified

618 CppiaExpr *condition;
619
620 CppiaIsNotNull(CppiaStream &stream) { condition = createCppiaExpr(stream); }
621
622 const char *getName() HXCPP_OVERRIDE { return "IsNotNull"; }
623 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE { condition = condition->link(inModule); return this; }

Callers

nothing calls this directly

Calls 1

createCppiaExprFunction · 0.85

Tested by

no test coverage detected