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

Method loadFrom

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

Source from the content-addressed store, hash-verified

159
160 bool loadFrom(const Value *state) override;
161 bool loadFrom(slice stateData) {return SharedKeys::loadFrom(stateData);}
162
163 /** Updates state from persistent storage. Not usually necessary. */
164 virtual bool refresh() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected