MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaH_mainposition

Function luaH_mainposition

third-party/lua-5.2.4/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 isdummy(n); }
587

Callers

nothing calls this directly

Calls 1

mainpositionFunction · 0.70

Tested by

no test coverage detected