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

Function luaH_mainposition

other_src/lua/src/ltable.cpp:619–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617#if defined(LUA_DEBUG)
618
619Node *luaH_mainposition (const Table *t, const TValue *key) {
620 return mainposition(t, key);
621}
622
623int luaH_isdummy (Node *n) { return n == dummynode; }
624

Callers

nothing calls this directly

Calls 1

mainpositionFunction · 0.70

Tested by

no test coverage detected