Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ arith_div
Function
arith_div
third-party/lua-5.4.6/src/lstrlib.c:317–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
static int arith_div (lua_State *L) {
318
return arith(L, LUA_OPDIV,
"__div"
);
319
}
320
321
static int arith_idiv (lua_State *L) {
322
return arith(L, LUA_OPIDIV,
"__idiv"
);
Callers
nothing calls this directly
Calls
1
arith
Function · 0.70
Tested by
no test coverage detected