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

Method MArray

Fleece/Integration/MArray.hh:28–28  ·  view source on GitHub ↗

Constructs an empty MArray not connected to any existing Fleece Array. */

Source from the content-addressed store, hash-verified

26
27 /** Constructs an empty MArray not connected to any existing Fleece Array. */
28 MArray() :MCollection() { }
29
30 /** Constructs an MArray that shadows an Array stored in `mv` and contained in `parent`.
31 This is what you'd call from MValue::toNative. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected