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

Function mainpositionTV

extlibs/lua/src/ltable.c:163–165  ·  view source on GitHub ↗

** Returns the main position of an element given as a 'TValue' */

Source from the content-addressed store, hash-verified

161** Returns the main position of an element given as a 'TValue'
162*/
163static Node *mainpositionTV (const Table *t, const TValue *key) {
164 return mainposition(t, rawtt(key), valraw(key));
165}
166
167
168/*

Callers 3

getgenericFunction · 0.85
luaH_newkeyFunction · 0.85
luaH_mainpositionFunction · 0.85

Calls 1

mainpositionFunction · 0.85

Tested by

no test coverage detected