Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ HeapArray
Method
HeapArray
Fleece/Mutable/HeapArray.hh:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
class HeapArray : public HeapCollection {
27
public:
28
HeapArray()
29
:HeapCollection(kArrayTag)
30
{ }
31
32
HeapArray(uint32_t initialCount)
33
:HeapCollection(kArrayTag)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected