Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ NewIterator
Method
NewIterator
src/leveldb/table/table_test.cc:349–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
return Status::OK();
348
}
349
Iterator* NewIterator() const override {
350
return db_->NewIterator(ReadOptions());
351
}
352
353
DB* db() const override { return db_; }
354
Callers
7
NewIterator
Method · 0.45
NewIterator
Method · 0.45
NewIterator
Method · 0.45
TestForwardScan
Method · 0.45
TestBackwardScan
Method · 0.45
TestRandomAccess
Method · 0.45
TEST
Function · 0.45
Calls
1
ReadOptions
Class · 0.70
Tested by
no test coverage detected