MCPcopy 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
264static 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_checkanyFunction · 0.85
auxupvalueFunction · 0.85

Tested by

no test coverage detected