Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ l_mod
Function
l_mod
lua/ltypes.c:1388–1391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1386
}
1387
1388
static int l_mod(Lua lua)
1389
{
1390
return l_arithmetic(lua, LUA_OP_MOD);
1391
}
1392
1393
int l_cstring_new(lua_State *lua) {
1394
lua_cstring_t *s;
Callers
nothing calls this directly
Calls
1
l_arithmetic
Function · 0.85
Tested by
no test coverage detected