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

Method baseArray

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

Source from the content-addressed store, hash-verified

56 }
57
58 Array baseArray() const {
59 return _array;
60 }
61
62 /** Returns the number of items in the array. */
63 uint32_t count() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected