| 7146 | struct 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected