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

Function b_and

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

Source from the content-addressed store, hash-verified

43
44
45static int b_and (lua_State *L) {
46 b_uint r = andaux(L);
47 lua_pushunsigned(L, r);
48 return 1;
49}
50
51
52static int b_test (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_pushunsignedFunction · 0.85
andauxFunction · 0.70

Tested by

no test coverage detected