MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaH_mainposition

Function luaH_mainposition

src/Chain/libraries/glua/ltable.cpp:797–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795#if defined(LUA_DEBUG)
796
797Node *luaH_mainposition(const Table *t, const TValue *key) {
798 return mainposition(t, key);
799}
800
801int luaH_isdummy(Node *n) { return isdummy(n); }
802

Callers

nothing calls this directly

Calls 1

mainpositionFunction · 0.85

Tested by

no test coverage detected