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

Method mutableCopy

API/fleece/Mutable.hh:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 //////// IMPLEMENTATION GUNK:
253
254 inline MutableArray Array::mutableCopy(FLCopyFlags flags) const {
255 return MutableArray(FLArray_MutableCopy(*this, flags), false);
256 }
257 inline MutableDict Dict::mutableCopy(FLCopyFlags flags) const {
258 return MutableDict(FLDict_MutableCopy(*this, flags), false);
259 }

Callers

nothing calls this directly

Calls 4

FLArray_MutableCopyFunction · 0.85
FLDict_MutableCopyFunction · 0.85
MutableArrayClass · 0.70
MutableDictClass · 0.70

Tested by

no test coverage detected