Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ db_getupvalue
Function
db_getupvalue
3rd/lua-5.4.3/src/ldblib.c:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
269
270
static int db_getupvalue (lua_State *L) {
271
return auxupvalue(L, 1);
272
}
273
274
275
static int db_setupvalue (lua_State *L) {
Callers
nothing calls this directly
Calls
1
auxupvalue
Function · 0.85
Tested by
no test coverage detected