Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ arith_unm
Function
arith_unm
3rd/lua-5.4.3/src/lstrlib.c:325–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
}
324
325
static int arith_unm (lua_State *L) {
326
return arith(L, LUA_OPUNM,
"__unm"
);
327
}
328
329
330
static const luaL_Reg stringmetamethods[] = {
Callers
nothing calls this directly
Calls
1
arith
Function · 0.85
Tested by
no test coverage detected