Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ arith_mul
Function
arith_mul
third-party/lua-5.4.6/src/lstrlib.c:305–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
static int arith_mul (lua_State *L) {
306
return arith(L, LUA_OPMUL,
"__mul"
);
307
}
308
309
static int arith_mod (lua_State *L) {
310
return arith(L, LUA_OPMOD,
"__mod"
);
Callers
nothing calls this directly
Calls
1
arith
Function · 0.70
Tested by
no test coverage detected