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

Function FLArrayIterator_GetValue

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

Source from the content-addressed store, hash-verified

202}
203
204FLValue FLArrayIterator_GetValue(const FLArrayIterator* i) FLAPI {
205 return ((Array::iterator*)i)->value();
206}
207
208FLValue FLArrayIterator_GetValueAt(const FLArrayIterator *i, uint32_t offset) FLAPI {
209 return (*(Array::iterator*)i)[offset];

Callers 1

valueMethod · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected