| 294 | ~DeepIterator() {FLDeepIterator_Free(_i);} |
| 295 | |
| 296 | Value value() const {return FLDeepIterator_GetValue(_i);} |
| 297 | slice key() const {return FLDeepIterator_GetKey(_i);} |
| 298 | uint32_t index() const {return FLDeepIterator_GetIndex(_i);} |
| 299 | Value parent() const {return FLDeepIterator_GetParent(_i);} |
nothing calls this directly
no test coverage detected