| 7194 | struct BitUSR : public BitOpBase |
| 7195 | { |
| 7196 | BitUSR(CppiaStream &stream) : BitOpBase(stream) { } |
| 7197 | const char *getName() HXCPP_OVERRIDE { return "BitUSR"; } |
| 7198 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 7199 | { |
nothing calls this directly
no outgoing calls
no test coverage detected