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

Function arith_unm

third-party/lua-5.5.0/src/lstrlib.c:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327static int arith_unm (lua_State *L) {
328 return arith(L, LUA_OPUNM, "__unm");
329}
330
331
332static const luaL_Reg stringmetamethods[] = {

Callers

nothing calls this directly

Calls 1

arithFunction · 0.70

Tested by

no test coverage detected