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

Function arith_idiv

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

Source from the content-addressed store, hash-verified

319}
320
321static int arith_idiv (lua_State *L) {
322 return arith(L, LUA_OPIDIV, "__idiv");
323}
324
325static int arith_unm (lua_State *L) {
326 return arith(L, LUA_OPUNM, "__unm");

Callers

nothing calls this directly

Calls 1

arithFunction · 0.85

Tested by

no test coverage detected