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

Method Array

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

Source from the content-addressed store, hash-verified

60 inline iterator begin() const noexcept;
61
62 constexpr Array() :Value(internal::kArrayTag, 0, 0) { }
63
64 protected:
65 internal::HeapArray* heapArray() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected