Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ count
Method
count
Fleece/Mutable/HeapArray.hh:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
MutableArray* asMutableArray() const {return (MutableArray*)asValue();}
41
42
uint32_t count() const {return (uint32_t)_items.size();}
43
bool empty() const {return _items.empty();}
44
45
const Array* source() const {return _source;}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected