MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / luaH_mainposition

Function luaH_mainposition

src/ltable.cpp:1408–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406/* export this function for the test library */
1407
1408Node *luaH_mainposition (const Table *t, const TValue *key) {
1409 return mainpositionTV(t, key);
1410}
1411
1412#endif

Callers

nothing calls this directly

Calls 1

mainpositionTVFunction · 0.85

Tested by

no test coverage detected