MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / db_getupvalue

Function db_getupvalue

Source/Misc/lua/src/lua.c:11708–11710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11706
11707
11708static int db_getupvalue (lua_State *L) {
11709return auxupvalue(L, 1);
11710}
11711
11712
11713static int db_setupvalue (lua_State *L) {

Callers

nothing calls this directly

Calls 1

auxupvalueFunction · 0.85

Tested by

no test coverage detected