| 972 | /* export these functions for the test library */ |
| 973 | |
| 974 | Node *luaH_mainposition (const Table *t, const TValue *key) { |
| 975 | return mainpositionTV(t, key); |
| 976 | } |
| 977 | |
| 978 | int luaH_isdummy (const Table *t) { return isdummy(t); } |
| 979 |
nothing calls this directly
no test coverage detected