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

Method read

Fleece/Core/Array.hh:91–91  ·  view source on GitHub ↗

Returns the current item and advances to the next. */

Source from the content-addressed store, hash-verified

89
90 /** Returns the current item and advances to the next. */
91 const Value* read() noexcept {auto v = _value; ++(*this); return v;}
92
93 /** Random access to items. Index is relative to the current item.
94 This is very fast, faster than array::get(). */

Callers 1

applyStringDeltaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected