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

Method count

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

Returns the number of items in the array. */

Source from the content-addressed store, hash-verified

61
62 /** Returns the number of items in the array. */
63 uint32_t count() const {
64 return (uint32_t)_vec.size();
65 }
66
67 /** Returns a reference to the MValue of the item at the given index.
68 If the index is out of range, returns an empty MValue. */

Callers 1

initInSlotMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected