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

Method key

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

Source from the content-addressed store, hash-verified

46 iterator(iterator&&);
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 ++();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected