MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaH_mainposition

Function luaH_mainposition

freebsd/contrib/openzfs/module/lua/ltable.c:585–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583#if defined(LUA_DEBUG)
584
585Node *luaH_mainposition (const Table *t, const TValue *key) {
586 return mainposition(t, key);
587}
588
589int luaH_isdummy (Node *n) { return isdummy(n); }
590

Callers

nothing calls this directly

Calls 1

mainpositionFunction · 0.70

Tested by

no test coverage detected