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

Method setChanged

Fleece/Mutable/HeapValue.hh:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 ~HeapCollection() =default;
93
94 void setChanged(bool c) {_changed = c;}
95
96 private:
97 bool _changed {false};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected