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