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

Method BitShiftL

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

Source from the content-addressed store, hash-verified

7226struct BitShiftL : public BitOpBase
7227{
7228 BitShiftL(CppiaStream &stream) : BitOpBase(stream) { }
7229 const char *getName() HXCPP_OVERRIDE { return "BitShiftL"; }
7230 int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE
7231 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected