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

Function FLArrayIterator_GetCount

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

Source from the content-addressed store, hash-verified

198}
199
200uint32_t FLArrayIterator_GetCount(const FLArrayIterator* i) FLAPI {
201 return ((Array::iterator*)i)->count();
202}
203
204FLValue FLArrayIterator_GetValue(const FLArrayIterator* i) FLAPI {
205 return ((Array::iterator*)i)->value();

Callers 1

countMethod · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected