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

Method copy

Fleece/Mutable/MutableArray.hh:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 Retained<MutableArray> copy(CopyFlags f = kDefaultCopy) {return newArray(this, f);}
41
42 const Array* source() const {return heapArray()->_source;}
43 bool isChanged() const {return heapArray()->isChanged();}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected