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

Method BitShiftR

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

Source from the content-addressed store, hash-verified

7210struct BitShiftR : public BitOpBase
7211{
7212 BitShiftR(CppiaStream &stream) : BitOpBase(stream) { }
7213 const char *getName() HXCPP_OVERRIDE { return "BitShiftR"; }
7214 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
7215 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected