MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / bit_bnot

Function bit_bnot

deps/lua/src/lua_bit.c:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96static int bit_tobit(lua_State *L) { BRET(barg(L, 1)) }
97static int bit_bnot(lua_State *L) { BRET(~barg(L, 1)) }
98
99#define BIT_OP(func, opr) \
100 static int func(lua_State *L) { int i; UBits b = barg(L, 1); \

Callers

nothing calls this directly

Calls 1

bargFunction · 0.85

Tested by

no test coverage detected