MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / b_lrot

Function b_lrot

src/Chain/libraries/glua/lbitlib.cpp:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151static int b_lrot(lua_State *L) {
152 return b_rot(L, luaL_checkinteger(L, 2));
153}
154
155
156static int b_rrot(lua_State *L) {

Callers

nothing calls this directly

Calls 1

b_rotFunction · 0.85

Tested by

no test coverage detected