| 583 | #if defined(LUA_DEBUG) |
| 584 | |
| 585 | Node *luaH_mainposition (const Table *t, const TValue *key) { |
| 586 | return mainposition(t, key); |
| 587 | } |
| 588 | |
| 589 | int luaH_isdummy (Node *n) { return isdummy(n); } |
| 590 |
nothing calls this directly
no test coverage detected