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

Method stateData

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

Source from the content-addressed store, hash-verified

330 bool loadState(slice data) {return FLSharedKeys_LoadStateData(_sk, data);}
331 bool loadState(Value state) {return FLSharedKeys_LoadState(_sk, state);}
332 alloc_slice stateData() const {return FLSharedKeys_GetStateData(_sk);}
333 inline void writeState(const Encoder &enc);
334 unsigned count() const {return FLSharedKeys_Count(_sk);}
335 void revertToCount(unsigned count) {FLSharedKeys_RevertToCount(_sk, count);}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected