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

Function arith_mul

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

Source from the content-addressed store, hash-verified

305}
306
307static int arith_mul (lua_State *L) {
308 return arith(L, LUA_OPMUL, "__mul");
309}
310
311static int arith_mod (lua_State *L) {
312 return arith(L, LUA_OPMOD, "__mod");

Callers

nothing calls this directly

Calls 1

arithFunction · 0.70

Tested by

no test coverage detected