Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ write
Method
write
Tests/SharedKeysTests.cc:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
virtual void write(slice encodedData) override {
222
//fprintf(stderr,
"SK %p: WRITE\n"
, this);
223
_client.write(encodedData);
224
}
225
226
private:
227
Client &_client;
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected