MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / luaH_mainposition

Function luaH_mainposition

lua/src/ltable.c:974–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972/* export these functions for the test library */
973
974Node *luaH_mainposition (const Table *t, const TValue *key) {
975 return mainpositionTV(t, key);
976}
977
978int luaH_isdummy (const Table *t) { return isdummy(t); }
979

Callers

nothing calls this directly

Calls 1

mainpositionTVFunction · 0.85

Tested by

no test coverage detected