Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
uint32_t FLArrayIterator_GetCount(const FLArrayIterator* i) FLAPI {
201
return ((Array::iterator*)i)->count();
202
}
203
204
FLValue FLArrayIterator_GetValue(const FLArrayIterator* i) FLAPI {
205
return ((Array::iterator*)i)->value();
Callers
1
count
Method · 0.85
Calls
1
count
Method · 0.45
Tested by
no test coverage detected