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

Method BitAnd

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

Source from the content-addressed store, hash-verified

7146struct BitAnd : public BitOpBase
7147{
7148 BitAnd(CppiaStream &stream) : BitOpBase(stream) { }
7149 const char *getName() HXCPP_OVERRIDE { return "BitAnd"; }
7150 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
7151 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected