MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / db_setupvalue

Function db_setupvalue

lib/lua/src/ldblib.c:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

luaL_checkanyFunction · 0.85
auxupvalueFunction · 0.85

Tested by

no test coverage detected