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

Method key

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FLDeepIterator_GetKeyFunction · 0.85

Tested by

no test coverage detected