MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaH_mainposition

Function luaH_mainposition

depends/lua/src/ltable.c:682–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680#if defined(LUA_DEBUG)
681
682Node *luaH_mainposition (const Table *t, const TValue *key) {
683 return mainposition(t, key);
684}
685
686int luaH_isdummy (const Table *t) { return isdummy(t); }
687

Callers

nothing calls this directly

Calls 1

mainpositionFunction · 0.85

Tested by

no test coverage detected