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

Function l_sub

lua/ltypes.c:1373–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371}
1372
1373static int l_sub(Lua lua)
1374{
1375 return l_arithmetic(lua, LUA_OP_SUB);
1376}
1377
1378static int l_mul(Lua lua)
1379{

Callers

nothing calls this directly

Calls 1

l_arithmeticFunction · 0.85

Tested by

no test coverage detected