MCPcopy Create free account
hub / github.com/couchbase/fleece / pathString

Method pathString

API/fleece/Fleece.hh:302–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected