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

Method refresh

Fleece/Core/SharedKeys.hh:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 bool isUnknownKey(int key) const FLPURE;
108
109 virtual bool refresh() {return false;}
110
111 static const size_t kMaxCount = 2048; // Max number of keys to store
112 static const size_t kDefaultMaxKeyLength = 16; // Max length of string to store

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected