MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / db_setupvalue

Function db_setupvalue

extlibs/lua/src/ldblib.c:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273
274static int db_setupvalue (lua_State *L) {
275 luaL_checkany(L, 3);
276 return auxupvalue(L, 0);
277}
278
279
280/*

Callers

nothing calls this directly

Calls 2

luaL_checkanyFunction · 0.85
auxupvalueFunction · 0.85

Tested by

no test coverage detected