MCPcopy 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
1388static int l_mod(Lua lua)
1389{
1390 return l_arithmetic(lua, LUA_OP_MOD);
1391}
1392
1393int l_cstring_new(lua_State *lua) {
1394 lua_cstring_t *s;

Callers

nothing calls this directly

Calls 1

l_arithmeticFunction · 0.85

Tested by

no test coverage detected