| 617 | #if defined(LUA_DEBUG) |
| 618 | |
| 619 | Node *luaH_mainposition (const Table *t, const TValue *key) { |
| 620 | return mainposition(t, key); |
| 621 | } |
| 622 | |
| 623 | int luaH_isdummy (Node *n) { return n == dummynode; } |
| 624 |
nothing calls this directly
no test coverage detected