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

Function arith_div

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

Source from the content-addressed store, hash-verified

317}
318
319static int arith_div (lua_State *L) {
320 return arith(L, LUA_OPDIV, "__div");
321}
322
323static int arith_idiv (lua_State *L) {
324 return arith(L, LUA_OPIDIV, "__idiv");

Callers

nothing calls this directly

Calls 1

arithFunction · 0.70

Tested by

no test coverage detected