MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / b_not

Function b_not

third-party/lua-5.2.4/src/lbitlib.c:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79static int b_not (lua_State *L) {
80 b_uint r = ~luaL_checkunsigned(L, 1);
81 lua_pushunsigned(L, trim(r));
82 return 1;
83}
84
85
86static int b_shift (lua_State *L, b_uint r, int i) {

Callers

nothing calls this directly

Calls 2

luaL_checkunsignedFunction · 0.85
lua_pushunsignedFunction · 0.85

Tested by

no test coverage detected