Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1368
static int l_add(Lua lua)
1369
{
1370
return l_arithmetic(lua, LUA_OP_ADD);
1371
}
1372
1373
static int l_sub(Lua lua)
1374
{
Callers
nothing calls this directly
Calls
1
l_arithmetic
Function · 0.85
Tested by
no test coverage detected