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

Method iterator

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

Source from the content-addressed store, hash-verified

631 inline Value Array::get(uint32_t i) const {return FLArray_Get(*this, i);}
632
633 inline Array::iterator::iterator(Array a) {FLArrayIterator_Begin(a, this);}
634 inline Value Array::iterator::value() const {return FLArrayIterator_GetValue(this);}
635 inline bool Array::iterator::next() {return FLArrayIterator_Next(this);}
636

Callers

nothing calls this directly

Calls 2

FLArrayIterator_BeginFunction · 0.85
FLDictIterator_BeginFunction · 0.85

Tested by

no test coverage detected