MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaH_mainposition

Function luaH_mainposition

extlibs/lua/src/ltable.c:918–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916/* export these functions for the test library */
917
918Node *luaH_mainposition (const Table *t, const TValue *key) {
919 return mainpositionTV(t, key);
920}
921
922int luaH_isdummy (const Table *t) { return isdummy(t); }
923

Callers

nothing calls this directly

Calls 1

mainpositionTVFunction · 0.85

Tested by

no test coverage detected