MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / arith_add

Function arith_add

extlibs/lua/src/lstrlib.c:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

arithFunction · 0.85

Tested by

no test coverage detected