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

Method setMutableChildren

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

Source from the content-addressed store, hash-verified

31 bool mutableChildren() const {return _mutableChildren;}
32
33 void setMutableChildren(bool m) {assert(_mutable); _mutableChildren = m;}
34
35 /** The shared context of the object tree. */
36 MContext* context() const {return _context;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected