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

Method value

Fleece/Tree/HashTree.hh:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 ~iterator();
48 slice key() const noexcept {return _key;}
49 Value value() const noexcept {return _value;}
50 explicit operator bool() const noexcept {return !!_value;}
51 iterator& operator ++();
52 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected