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

Method first

Fleece/Mutable/HeapArray.cc:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137 const ValueSlot* HeapArray::first() {
138 populate(0);
139 return &_items.front();
140 }
141
142
143 void HeapArray::disconnectFromSource() {

Callers 1

implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected