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.3.5/src/ldblib.c:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
264
265
static int db_setupvalue (lua_State *L) {
266
luaL_checkany(L, 3);
267
return auxupvalue(L, 0);
268
}
269
270
271
/*
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.70
auxupvalue
Function · 0.70
Tested by
no test coverage detected