MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / l_lt

Function l_lt

lua/ltypes.c:1041–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039}
1040
1041static int l_lt(Lua lua)
1042{
1043 l_cmp(lua, LUA_OP_LT);
1044 return 1;
1045}
1046
1047static int l_le(Lua lua)
1048{

Callers

nothing calls this directly

Calls 1

l_cmpFunction · 0.85

Tested by

no test coverage detected