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

Method BitUSR

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

Source from the content-addressed store, hash-verified

7194struct 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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected