MCPcopy 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
1047static int l_le(Lua lua)
1048{
1049 l_cmp(lua, LUA_OP_LE);
1050 return 1;
1051}
1052
1053static int l_decimal_add(lua_State *lua)
1054{

Callers

nothing calls this directly

Calls 1

l_cmpFunction · 0.85

Tested by

no test coverage detected