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

Function FLArray_Count

Fleece/API_Impl/Fleece.cc:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190uint32_t FLArray_Count(FLArray a) FLAPI {return a ? a->count() : 0;}
191bool FLArray_IsEmpty(FLArray a) FLAPI {return a ? a->empty() : true;}
192FLValue FLArray_Get(FLArray a, uint32_t index) FLAPI {return a ? a->get(index) : nullptr;}
193

Callers 1

countMethod · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected