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

Method count

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

Source from the content-addressed store, hash-verified

142 inline iterator(const FLArrayIterator &i) :FLArrayIterator(i) { }
143 inline Value value() const;
144 inline uint32_t count() const {return FLArrayIterator_GetCount(this);}
145 inline bool next();
146 inline valueptr operator -> () const {return valueptr(value());}
147 inline Value operator * () const {return value();}

Callers

nothing calls this directly

Calls 1

FLArrayIterator_GetCountFunction · 0.85

Tested by

no test coverage detected