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

Method count

Fleece/Core/Array.hh:84–84  ·  view source on GitHub ↗

Returns the number of _remaining_ items. */

Source from the content-addressed store, hash-verified

82
83 /** Returns the number of _remaining_ items. */
84 uint32_t count() const noexcept FLPURE {return _count;}
85
86 const Value* value() const noexcept FLPURE {return _value;}
87 explicit operator const Value* () const noexcept FLPURE {return _value;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected