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

Method value

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FLDeepIterator_GetValueFunction · 0.85

Tested by

no test coverage detected