Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
static int b_rshift (lua_State *L) {
109
return b_shift(L, luaL_checkunsigned(L, 1), -luaL_checkint(L, 2));
110
}
111
112
113
static int b_arshift (lua_State *L) {
Callers
nothing calls this directly
Calls
2
luaL_checkunsigned
Function · 0.85
b_shift
Function · 0.70
Tested by
no test coverage detected