| 10 | |
| 11 | #[derive(Debug)] |
| 12 | pub(crate) struct Storage { |
| 13 | db: rocksdb::DB, |
| 14 | } |
| 15 | |
| 16 | /// Implement a patricia merkle trie interface to work directly with RocksDB |
| 17 | impl EthDB for Storage { |
nothing calls this directly
no outgoing calls
no test coverage detected