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

Method source

Fleece/Mutable/HeapArray.hh:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 bool empty() const {return _items.empty();}
44
45 const Array* source() const {return _source;}
46
47 const Value* get(uint32_t index);
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected