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

Function b_test

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

Source from the content-addressed store, hash-verified

62
63
64static int b_test(lua_State *L) {
65 lua_Unsigned r = andaux(L);
66 lua_pushboolean(L, r != 0);
67 return 1;
68}
69
70
71static int b_or(lua_State *L) {

Callers

nothing calls this directly

Calls 2

andauxFunction · 0.85
lua_pushbooleanFunction · 0.85

Tested by

no test coverage detected