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

Method sharedKeys

API/fleece/Fleece.hh:377–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 slice data() const {return FLDoc_GetData(_doc);}
376 alloc_slice allocedData() const {return FLDoc_GetAllocedData(_doc);}
377 SharedKeys sharedKeys() const {return FLDoc_GetSharedKeys(_doc);}
378
379 Value root() const {return FLDoc_GetRoot(_doc);}
380 explicit operator bool () const {return root() != nullptr;}

Callers

nothing calls this directly

Calls 1

FLDoc_GetSharedKeysFunction · 0.85

Tested by

no test coverage detected