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