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

Method heapArray

Fleece/Core/Array.cc:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 HeapArray* Array::heapArray() const {
125 return (HeapArray*)internal::HeapCollection::asHeapValue(this);
126 }
127
128 MutableArray* Array::asMutable() const {
129 return isMutable() ? (MutableArray*)this : nullptr;

Callers 1

HeapArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected