MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / b_rshift

Function b_rshift

src/Chain/libraries/glua/lbitlib.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120static int b_rshift(lua_State *L) {
121 return b_shift(L, checkunsigned(L, 1), -luaL_checkinteger(L, 2));
122}
123
124
125static int b_arshift(lua_State *L) {

Callers

nothing calls this directly

Calls 1

b_shiftFunction · 0.85

Tested by

no test coverage detected