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

Method writeState

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

Source from the content-addressed store, hash-verified

649 inline bool Dict::iterator::next() {return FLDictIterator_Next(this);}
650
651 inline void SharedKeys::writeState(const Encoder &enc) {FLSharedKeys_WriteState(_sk, enc);}
652
653 inline void Encoder::amend(slice base, bool reuseStrings, bool externPointers)
654 {FLEncoder_Amend(_enc, base,

Callers

nothing calls this directly

Calls 1

FLSharedKeys_WriteStateFunction · 0.85

Tested by

no test coverage detected