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

Method BitNot

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

Source from the content-addressed store, hash-verified

7078{
7079 CppiaExpr *left;
7080 BitNot(CppiaStream &stream)
7081 {
7082 left = createCppiaExpr(stream);
7083 }
7084 CppiaExpr *link(CppiaModule &inModule) HXCPP_OVERRIDE
7085 {
7086 left = left->link(inModule);

Callers

nothing calls this directly

Calls 1

createCppiaExprFunction · 0.85

Tested by

no test coverage detected