Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ arith_idiv
Function
arith_idiv
third-party/lua-5.5.0/src/lstrlib.c:323–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
static int arith_idiv (lua_State *L) {
324
return arith(L, LUA_OPIDIV,
"__idiv"
);
325
}
326
327
static int arith_unm (lua_State *L) {
328
return arith(L, LUA_OPUNM,
"__unm"
);
Callers
nothing calls this directly
Calls
1
arith
Function · 0.70
Tested by
no test coverage detected