Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
static int b_and (lua_State *L) {
46
b_uint r = andaux(L);
47
lua_pushunsigned(L, r);
48
return 1;
49
}
50
51
52
static int b_test (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_pushunsigned
Function · 0.85
andaux
Function · 0.70
Tested by
no test coverage detected