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

Function arith_add

third-party/lua-5.4.6/src/lstrlib.c:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295
296
297static int arith_add (lua_State *L) {
298 return arith(L, LUA_OPADD, "__add");
299}
300
301static int arith_sub (lua_State *L) {
302 return arith(L, LUA_OPSUB, "__sub");

Callers

nothing calls this directly

Calls 1

arithFunction · 0.70

Tested by

no test coverage detected