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

Method keyString

API/fleece/Fleece.hh:647–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 inline Dict::iterator::iterator(Dict d) {FLDictIterator_Begin(d, this);}
646 inline Value Dict::iterator::key() const {return FLDictIterator_GetKey(this);}
647 inline slice Dict::iterator::keyString() const {return FLDictIterator_GetKeyString(this);}
648 inline Value Dict::iterator::value() const {return FLDictIterator_GetValue(this);}
649 inline bool Dict::iterator::next() {return FLDictIterator_Next(this);}
650

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected