Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ l_le
Function
l_le
lua/ltypes.c:1047–1051 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1045
}
1046
1047
static int l_le(Lua lua)
1048
{
1049
l_cmp(lua, LUA_OP_LE);
1050
return 1;
1051
}
1052
1053
static int l_decimal_add(lua_State *lua)
1054
{
Callers
nothing calls this directly
Calls
1
l_cmp
Function · 0.85
Tested by
no test coverage detected