MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / arith_sub

Function arith_sub

3rd/lua-5.4.3/src/lstrlib.c:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

arithFunction · 0.85

Tested by

no test coverage detected