** Returns the main position of an element given as a 'TValue' */
| 180 | ** Returns the main position of an element given as a 'TValue' |
| 181 | */ |
| 182 | static Node *mainpositionTV (const Table *t, const TValue *key) { |
| 183 | return mainposition(t, rawtt(key), valraw(key)); |
| 184 | } |
| 185 | |
| 186 | |
| 187 | /* |
no test coverage detected