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

Method BitXOr

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

Source from the content-addressed store, hash-verified

7178struct BitXOr : public BitOpBase
7179{
7180 BitXOr(CppiaStream &stream) : BitOpBase(stream) { }
7181 const char *getName() HXCPP_OVERRIDE { return "BitXOr"; }
7182 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
7183 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected