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

Method source

Fleece/Mutable/MutableDict.hh:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 Retained<MutableDict> copy(CopyFlags f =kDefaultCopy) {return newDict(this, f);}
32
33 const Dict* source() const {return heapDict()->_source;}
34 bool isChanged() const {return heapDict()->isChanged();}
35 void setChanged(bool changed) {heapDict()->setChanged(changed);}
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected