Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ db_setupvalue
Function
db_setupvalue
Source/Misc/lua/src/lua.c:11713–11716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11711
11712
11713
static int db_setupvalue (lua_State *L) {
11714
luaL_checkany(L, 3);
11715
return auxupvalue(L, 0);
11716
}
11717
11718
11719
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.85
auxupvalue
Function · 0.85
Tested by
no test coverage detected