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