Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ db_setupvalue
Function
db_setupvalue
third-party/lua-5.2.4/src/ldblib.c:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
229
230
static int db_setupvalue (lua_State *L) {
231
luaL_checkany(L, 3);
232
return auxupvalue(L, 0);
233
}
234
235
236
static int checkupval (lua_State *L, int argf, int argnup) {
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.70
auxupvalue
Function · 0.70
Tested by
no test coverage detected