Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ arith_mod
Function
arith_mod
extlibs/lua/src/lstrlib.c:307–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
static int arith_mod (lua_State *L) {
308
return arith(L, LUA_OPMOD,
"__mod"
);
309
}
310
311
static int arith_pow (lua_State *L) {
312
return arith(L, LUA_OPPOW,
"__pow"
);
Callers
nothing calls this directly
Calls
1
arith
Function · 0.85
Tested by
no test coverage detected