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

Function b_not

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

Source from the content-addressed store, hash-verified

89
90
91static int b_not(lua_State *L) {
92 lua_Unsigned r = ~checkunsigned(L, 1);
93 pushunsigned(L, trim(r));
94 return 1;
95}
96
97
98static int b_shift(lua_State *L, lua_Unsigned r, lua_Integer i) {

Callers

nothing calls this directly

Calls 1

trimFunction · 0.50

Tested by

no test coverage detected