Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ db_setupvalue
Function
db_setupvalue
other_src/lua/src/ldblib.cpp:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
202
203
static int db_setupvalue (lua_State *L) {
204
luaL_checkany(L, 3);
205
return auxupvalue(L, 0);
206
}
207
208
209
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.70
auxupvalue
Function · 0.70
Tested by
no test coverage detected