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

Method isMutable

Fleece/Integration/MCollection.hh:25–25  ·  view source on GitHub ↗

Returns true if this collection or its contents (at any level) have been modified. */

Source from the content-addressed store, hash-verified

23 public:
24 /** Returns true if this collection or its contents (at any level) have been modified. */
25 bool isMutable() const {return _mutable;}
26
27 /** Returns true if this collection or its contents (at any level) have been modified. */
28 bool isMutated() const {return _mutated;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected