Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
Iterator* NewErrorIterator(const Status& status) {
64
return new EmptyIterator(status);
65
}
66
67
} // 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