MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / db_setupvalue

Function db_setupvalue

Source/Misc/lua/src/lua.c:11713–11716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11711
11712
11713static int db_setupvalue (lua_State *L) {
11714luaL_checkany(L, 3);
11715return auxupvalue(L, 0);
11716}
11717
11718
11719

Callers

nothing calls this directly

Calls 2

luaL_checkanyFunction · 0.85
auxupvalueFunction · 0.85

Tested by

no test coverage detected