Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ iterator
Method
iterator
Fleece/Tree/MutableHashTree.cc:239–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
238
239
HashTree::iterator::iterator(const MutableHashTree &tree)
240
:iterator(tree.rootNode())
241
{ }
242
243
HashTree::iterator::iterator(const HashTree *tree)
244
:iterator(tree->rootNode())
Callers
nothing calls this directly
Calls
2
rootNode
Method · 0.45
next
Method · 0.45
Tested by
no test coverage detected