Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ db_getupvalue
Function
db_getupvalue
deps/lua/src/ldblib.c:192–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
191
192
static int db_getupvalue (lua_State *L) {
193
return auxupvalue(L, 1);
194
}
195
196
197
static int db_setupvalue (lua_State *L) {
Callers
nothing calls this directly
Calls
1
auxupvalue
Function · 0.85
Tested by
no test coverage detected