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

Function arith_sub

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

Source from the content-addressed store, hash-verified

301}
302
303static int arith_sub (lua_State *L) {
304 return arith(L, LUA_OPSUB, "__sub");
305}
306
307static int arith_mul (lua_State *L) {
308 return arith(L, LUA_OPMUL, "__mul");

Callers

nothing calls this directly

Calls 1

arithFunction · 0.70

Tested by

no test coverage detected