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

Function l_add

lua/ltypes.c:1368–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366}
1367
1368static int l_add(Lua lua)
1369{
1370 return l_arithmetic(lua, LUA_OP_ADD);
1371}
1372
1373static int l_sub(Lua lua)
1374{

Callers

nothing calls this directly

Calls 1

l_arithmeticFunction · 0.85

Tested by

no test coverage detected