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

Method value

Fleece/Core/DeepIterator.hh:48–48  ·  view source on GitHub ↗

The current value, or NULL if the iterator is finished. */

Source from the content-addressed store, hash-verified

46
47 /** The current value, or NULL if the iterator is finished. */
48 const Value* value() const {return _value;}
49
50 /** Call this to skip iterating the children of the current value. */
51 void skipChildren() {_skipChildren = true;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected