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

Function b_test

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

Source from the content-addressed store, hash-verified

50
51
52static int b_test (lua_State *L) {
53 b_uint r = andaux(L);
54 lua_pushboolean(L, r != 0);
55 return 1;
56}
57
58
59static int b_or (lua_State *L) {

Callers

nothing calls this directly

Calls 2

andauxFunction · 0.70
lua_pushbooleanFunction · 0.70

Tested by

no test coverage detected