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

Method emptyArray

API/fleece/Fleece.hh:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 operator FLArray () const {return (FLArray)_val;}
120
121 static Array emptyArray() {return Array(kFLEmptyArray);}
122
123 inline uint32_t count() const;
124 inline bool empty() const;

Callers

nothing calls this directly

Calls 1

ArrayClass · 0.70

Tested by

no test coverage detected