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

Method mutate

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

Source from the content-addressed store, hash-verified

89 }
90
91 void mutate() {
92 assert(_mutable);
93 if (!_mutated) {
94 _mutated = true;
95 if (_slot)
96 _slot->mutate();
97 if (_parent)
98 _parent->mutate();
99 }
100 }
101
102 private:
103 MCollection(const MCollection&) =delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected