Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ db_getupvalue
Function
db_getupvalue
third-party/lua-5.2.4/src/ldblib.c:225–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
224
225
static int db_getupvalue (lua_State *L) {
226
return auxupvalue(L, 1);
227
}
228
229
230
static int db_setupvalue (lua_State *L) {
Callers
nothing calls this directly
Calls
1
auxupvalue
Function · 0.70
Tested by
no test coverage detected