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

Function db_upvalueid

extlibs/lua/src/ldblib.c:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292
293static int db_upvalueid (lua_State *L) {
294 int n = checkupval(L, 1, 2);
295 lua_pushlightuserdata(L, lua_upvalueid(L, 1, n));
296 return 1;
297}
298
299
300static int db_upvaluejoin (lua_State *L) {

Callers

nothing calls this directly

Calls 3

checkupvalFunction · 0.85
lua_pushlightuserdataFunction · 0.85
lua_upvalueidFunction · 0.85

Tested by

no test coverage detected