| 9820 | #if defined(LUA_DEBUG) |
| 9821 | |
| 9822 | Node *luaH_mainposition (const Table *t, const TValue *key) { |
| 9823 | return mainposition(t, key); |
| 9824 | } |
| 9825 | |
| 9826 | int luaH_isdummy (Node *n) { return n == dummynode; } |
| 9827 |
nothing calls this directly
no test coverage detected