Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ b_lrot
Function
b_lrot
third-party/lua-5.2.4/src/lbitlib.c:139–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
138
139
static int b_lrot (lua_State *L) {
140
return b_rot(L, luaL_checkint(L, 2));
141
}
142
143
144
static int b_rrot (lua_State *L) {
Callers
nothing calls this directly
Calls
1
b_rot
Function · 0.70
Tested by
no test coverage detected