MCPcopy 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
115static int b_lshift(lua_State *L) {
116 return b_shift(L, checkunsigned(L, 1), luaL_checkinteger(L, 2));
117}
118
119
120static int b_rshift(lua_State *L) {

Callers

nothing calls this directly

Calls 1

b_shiftFunction · 0.85

Tested by

no test coverage detected