Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
static int b_test(lua_State *L) {
65
lua_Unsigned r = andaux(L);
66
lua_pushboolean(L, r != 0);
67
return 1;
68
}
69
70
71
static int b_or(lua_State *L) {
Callers
nothing calls this directly
Calls
2
andaux
Function · 0.85
lua_pushboolean
Function · 0.85
Tested by
no test coverage detected