Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
static int b_test (lua_State *L) {
53
b_uint r = andaux(L);
54
lua_pushboolean(L, r != 0);
55
return 1;
56
}
57
58
59
static int b_or (lua_State *L) {
Callers
nothing calls this directly
Calls
2
andaux
Function · 0.70
lua_pushboolean
Function · 0.70
Tested by
no test coverage detected