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

Method setChanged

Fleece/Mutable/MutableArray.hh:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 const Array* source() const {return heapArray()->_source;}
43 bool isChanged() const {return heapArray()->isChanged();}
44 void setChanged(bool changed) {heapArray()->setChanged(changed);}
45
46 ValueSlot& setting(uint32_t index) {return heapArray()->setting(index);}
47 ValueSlot& inserting(uint32_t index) {return heapArray()->inserting(index);}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected