Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
static int b_lshift (lua_State *L) {
104
return b_shift(L, luaL_checkunsigned(L, 1), luaL_checkint(L, 2));
105
}
106
107
108
static int b_rshift (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