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

Method sharedKeys

Fleece/Core/Value.cc:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244
245 SharedKeys* Value::sharedKeys() const noexcept {
246 return Doc::sharedKeys(this);
247 }
248
249
250 template <int VER>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected