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

Method copyChildren

Fleece/Mutable/HeapArray.cc:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156 void HeapArray::copyChildren(CopyFlags flags) {
157 if (flags & kCopyImmutables)
158 disconnectFromSource();
159 for (auto &entry : _items)
160 entry.copyValue(flags);
161 }
162
163
164#pragma mark - ITERATOR:

Callers

nothing calls this directly

Calls 1

copyValueMethod · 0.80

Tested by

no test coverage detected