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

Method mutableChildren

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

Returns true if the child containers in this collection should be mutable. */

Source from the content-addressed store, hash-verified

29
30 /** Returns true if the child containers in this collection should be mutable. */
31 bool mutableChildren() const {return _mutableChildren;}
32
33 void setMutableChildren(bool m) {assert(_mutable); _mutableChildren = m;}
34

Callers 2

initInSlotMethod · 0.80
initInSlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected