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