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

Method ~MutableArray

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

Source from the content-addressed store, hash-verified

84 MutableArray(const MutableArray &a) :Array((FLArray)FLMutableArray_Retain(a)) { }
85 MutableArray(MutableArray &&a) noexcept :Array((FLArray)a) {a._val = nullptr;}
86 ~MutableArray() {FLMutableArray_Release(*this);}
87
88 operator FLMutableArray () const {return (FLMutableArray)_val;}
89

Callers

nothing calls this directly

Calls 1

FLMutableArray_ReleaseFunction · 0.85

Tested by

no test coverage detected