Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ db_setupvalue
Function
db_setupvalue
src/Chain/libraries/glua/ldblib.cpp:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
263
264
static int db_setupvalue(lua_State *L) {
265
luaL_checkany(L, 3);
266
return auxupvalue(L, 0);
267
}
268
269
270
/*
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.85
auxupvalue
Function · 0.85
Tested by
no test coverage detected