Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ FLArrayIterator_GetValueAt
Function
FLArrayIterator_GetValueAt
Fleece/API_Impl/Fleece.cc:208–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
}
207
208
FLValue FLArrayIterator_GetValueAt(const FLArrayIterator *i, uint32_t offset) FLAPI {
209
return (*(Array::iterator*)i)[offset];
210
}
211
212
bool FLArrayIterator_Next(FLArrayIterator* i) FLAPI {
213
try {
Callers
1
operator[]
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected