MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / b_rshift

Function b_rshift

third-party/lua-5.2.4/src/lbitlib.c:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108static int b_rshift (lua_State *L) {
109 return b_shift(L, luaL_checkunsigned(L, 1), -luaL_checkint(L, 2));
110}
111
112
113static int b_arshift (lua_State *L) {

Callers

nothing calls this directly

Calls 2

luaL_checkunsignedFunction · 0.85
b_shiftFunction · 0.70

Tested by

no test coverage detected