Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ l_div
Function
l_div
lua/ltypes.c:1383–1386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1381
}
1382
1383
static int l_div(Lua lua)
1384
{
1385
return l_arithmetic(lua, LUA_OP_DIV);
1386
}
1387
1388
static int l_mod(Lua lua)
1389
{
Callers
nothing calls this directly
Calls
1
l_arithmetic
Function · 0.85
Tested by
no test coverage detected