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

Method iterator

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

Source from the content-addressed store, hash-verified

213 public:
214 inline iterator(Dict);
215 inline iterator(const FLDictIterator &i) :FLDictIterator(i) { }
216 inline uint32_t count() const {return FLDictIterator_GetCount(this);}
217 inline Value key() const;
218 inline slice keyString() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected