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

Method revertToCount

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

Source from the content-addressed store, hash-verified

333 inline void writeState(const Encoder &enc);
334 unsigned count() const {return FLSharedKeys_Count(_sk);}
335 void revertToCount(unsigned count) {FLSharedKeys_RevertToCount(_sk, count);}
336
337 operator FLSharedKeys() const {return _sk;}
338 bool operator== (SharedKeys other) const {return _sk == other._sk;}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected