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