| 963 | /* export these functions for the test library */ |
| 964 | |
| 965 | Node *luaH_mainposition (const Table *t, const TValue *key) { |
| 966 | return mainpositionTV(t, key); |
| 967 | } |
| 968 | |
| 969 | int luaH_isdummy (const Table *t) { return isdummy(t); } |
| 970 |
nothing calls this directly
no test coverage detected