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

Method iteratorImpl

Fleece/Tree/MutableHashTree.cc:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 unsigned depth;
195
196 iteratorImpl(NodeRef root)
197 :current {root, -1}
198 ,depth {0}
199 { }
200
201 pair<slice,Value> next() {
202 while (unsigned(++current.index) >= current.parent.childCount()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected