Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ NewEmptyIterator
Function
NewEmptyIterator
src/leveldb/table/iterator.cc:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
} // anonymous namespace
69
70
Iterator* NewEmptyIterator() { return new EmptyIterator(Status::OK()); }
71
72
Iterator* NewErrorIterator(const Status& status) {
73
return new EmptyIterator(status);
Callers
2
NewMergingIterator
Function · 0.85
NewIterator
Method · 0.85
Calls
1
OK
Function · 0.85
Tested by
no test coverage detected