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