Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1373
static int l_sub(Lua lua)
1374
{
1375
return l_arithmetic(lua, LUA_OP_SUB);
1376
}
1377
1378
static int l_mul(Lua lua)
1379
{
Callers
nothing calls this directly
Calls
1
l_arithmetic
Function · 0.85
Tested by
no test coverage detected