Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ l_eq
Function
l_eq
lua/ltypes.c:1035–1039 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1033
}
1034
1035
static int l_eq(Lua lua)
1036
{
1037
l_cmp(lua, LUA_OP_EQ);
1038
return 1;
1039
}
1040
1041
static int l_lt(Lua lua)
1042
{
Callers
nothing calls this directly
Calls
1
l_cmp
Function · 0.85
Tested by
no test coverage detected