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