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

Function b_lshift

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

Source from the content-addressed store, hash-verified

101
102
103static int b_lshift (lua_State *L) {
104 return b_shift(L, luaL_checkunsigned(L, 1), luaL_checkint(L, 2));
105}
106
107
108static int b_rshift (lua_State *L) {

Callers

nothing calls this directly

Calls 2

luaL_checkunsignedFunction · 0.85
b_shiftFunction · 0.70

Tested by

no test coverage detected