| 680 | #if defined(LUA_DEBUG) |
| 681 | |
| 682 | Node *luaH_mainposition (const Table *t, const TValue *key) { |
| 683 | return mainposition(t, key); |
| 684 | } |
| 685 | |
| 686 | int luaH_isdummy (const Table *t) { return isdummy(t); } |
| 687 |
nothing calls this directly
no test coverage detected