| 300 | |
| 301 | size_t depth() const {return FLDeepIterator_GetDepth(_i);} |
| 302 | alloc_slice pathString() const {return FLDeepIterator_GetPathString(_i);} |
| 303 | alloc_slice JSONPointer() const {return FLDeepIterator_GetJSONPointer(_i);} |
| 304 | |
| 305 | void skipChildren() {FLDeepIterator_SkipChildren(_i);} |
nothing calls this directly
no test coverage detected