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

Function luaH_mainposition

Source/Misc/lua/src/lua.c:9822–9824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9820#if defined(LUA_DEBUG)
9821
9822Node *luaH_mainposition (const Table *t, const TValue *key) {
9823return mainposition(t, key);
9824}
9825
9826int luaH_isdummy (Node *n) { return n == dummynode; }
9827

Callers

nothing calls this directly

Calls 1

mainpositionFunction · 0.85

Tested by

no test coverage detected