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

Method value

Fleece/Mutable/HeapArray.hh:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 iterator(const MutableArray* NONNULL) noexcept;
84
85 const Value* value() const noexcept {return _value;}
86
87 /** Returns false when the iterator reaches the end. */
88 explicit operator bool() const noexcept {return _value != nullptr;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected