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

Method read

Tests/SharedKeysTests.cc:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214
215protected:
216 virtual bool read() override {
217 //fprintf(stderr, "SK %p: READ\n", this);
218 return loadFrom(_client.read());
219 }
220
221 virtual void write(slice encodedData) override {
222 //fprintf(stderr, "SK %p: WRITE\n", this);

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected