MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / NewErrorIterator

Function NewErrorIterator

src/leveldb/table/iterator.cc:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63Iterator* NewErrorIterator(const Status& status) {
64 return new EmptyIterator(status);
65}
66
67} // namespace leveldb

Callers 4

BlockReaderMethod · 0.85
NewIteratorMethod · 0.85
NewIteratorMethod · 0.85
GetFileIteratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected