Constructs an empty MArray not connected to any existing Fleece Array. */
| 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. */ |
nothing calls this directly
no outgoing calls
no test coverage detected