Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ arith_sub
Function
arith_sub
extlibs/lua/src/lstrlib.c:299–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
static int arith_sub (lua_State *L) {
300
return arith(L, LUA_OPSUB,
"__sub"
);
301
}
302
303
static int arith_mul (lua_State *L) {
304
return arith(L, LUA_OPMUL,
"__mul"
);
Callers
nothing calls this directly
Calls
1
arith
Function · 0.85
Tested by
no test coverage detected