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

Method empty

Fleece/Core/Array.cc:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 bool Array::empty() const noexcept {
113 if (_usuallyFalse(isMutable()))
114 return heapArray()->empty();
115 return countIsZero();
116 }
117
118 const Value* Array::get(uint32_t index) const noexcept {
119 if (_usuallyFalse(isMutable()))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected