MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / db_setupvalue

Function db_setupvalue

deps/lua/src/ldblib.c:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197static int db_setupvalue (lua_State *L) {
198 luaL_checkany(L, 3);
199 return auxupvalue(L, 0);
200}
201
202
203

Callers

nothing calls this directly

Calls 2

luaL_checkanyFunction · 0.85
auxupvalueFunction · 0.85

Tested by

no test coverage detected