Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ db_setupvalue
Function
db_setupvalue
lua/ldblib.c:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
195
196
static int db_setupvalue (lua_State *L) {
197
luaL_checkany(L, 3);
198
return auxupvalue(L, 0);
199
}
200
201
202
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.85
auxupvalue
Function · 0.85
Tested by
no test coverage detected