MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / arith_mod

Function arith_mod

third-party/lua-5.5.0/src/lstrlib.c:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311static int arith_mod (lua_State *L) {
312 return arith(L, LUA_OPMOD, "__mod");
313}
314
315static int arith_pow (lua_State *L) {
316 return arith(L, LUA_OPPOW, "__pow");

Callers

nothing calls this directly

Calls 1

arithFunction · 0.70

Tested by

no test coverage detected