MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / arith_mod

Function arith_mod

3rd/lua-5.4.3/src/lstrlib.c:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

arithFunction · 0.85

Tested by

no test coverage detected