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

Method newArray

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

Creates a new, empty mutable array. */

Source from the content-addressed store, hash-verified

78 public:
79 /** Creates a new, empty mutable array. */
80 static MutableArray newArray() {return MutableArray(FLMutableArray_New(), false);}
81
82 MutableArray() :Array() { }
83 MutableArray(FLMutableArray a) :Array((FLArray)FLMutableArray_Retain(a)) { }

Callers

nothing calls this directly

Calls 2

FLMutableArray_NewFunction · 0.85
MutableArrayClass · 0.70

Tested by

no test coverage detected