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

Method MutableArray

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

Source from the content-addressed store, hash-verified

80 static MutableArray newArray() {return MutableArray(FLMutableArray_New(), false);}
81
82 MutableArray() :Array() { }
83 MutableArray(FLMutableArray a) :Array((FLArray)FLMutableArray_Retain(a)) { }
84 MutableArray(const MutableArray &a) :Array((FLArray)FLMutableArray_Retain(a)) { }
85 MutableArray(MutableArray &&a) noexcept :Array((FLArray)a) {a._val = nullptr;}

Callers

nothing calls this directly

Calls 1

FLMutableArray_RetainFunction · 0.85

Tested by

no test coverage detected