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

Method setSharedKeys

Fleece/Core/Encoder.cc:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void Encoder::setSharedKeys(SharedKeys *s) {
82 _sharedKeys = s;
83 }
84
85 void Encoder::setBase(slice base, bool markExternPointers, size_t cutoff) {
86 throwIf(_base && base, EncodeError, "There's already a base");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected