Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ b_rshift
Function
b_rshift
src/Chain/libraries/glua/lbitlib.cpp:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
120
static int b_rshift(lua_State *L) {
121
return b_shift(L, checkunsigned(L, 1), -luaL_checkinteger(L, 2));
122
}
123
124
125
static int b_arshift(lua_State *L) {
Callers
nothing calls this directly
Calls
1
b_shift
Function · 0.85
Tested by
no test coverage detected