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

Function luaH_mainposition

deps/lua/src/ltable.c:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580#if defined(LUA_DEBUG)
581
582Node *luaH_mainposition (const Table *t, const TValue *key) {
583 return mainposition(t, key);
584}
585
586int luaH_isdummy (Node *n) { return n == dummynode; }
587

Callers

nothing calls this directly

Calls 1

mainpositionFunction · 0.85

Tested by

no test coverage detected