MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaH_mainposition

Function luaH_mainposition

3rd/lua-5.4.3/src/ltable.c:965–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963/* export these functions for the test library */
964
965Node *luaH_mainposition (const Table *t, const TValue *key) {
966 return mainpositionTV(t, key);
967}
968
969int luaH_isdummy (const Table *t) { return isdummy(t); }
970

Callers

nothing calls this directly

Calls 1

mainpositionTVFunction · 0.85

Tested by

no test coverage detected