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

Function db_getupvalue

third-party/lua-5.3.5/src/ldblib.c:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259
260static int db_getupvalue (lua_State *L) {
261 return auxupvalue(L, 1);
262}
263
264
265static int db_setupvalue (lua_State *L) {

Callers

nothing calls this directly

Calls 1

auxupvalueFunction · 0.70

Tested by

no test coverage detected