We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf617ff commit e1a438dCopy full SHA for e1a438d
ethdb/leveldb/fake_leveldb.go
@@ -59,6 +59,10 @@ func configureOptions(customizeFn func(*opt.Options)) *opt.Options {
59
}
60
*/
61
62
+func (db *Database) CreateDBSnapshot(dir string) error {
63
+ return errors.New("createDBSnapshot method is not supported by leveldb")
64
+}
65
+
66
// Close stops the metrics collection, flushes any pending data to disk and closes
67
// all io accesses to the underlying key-value store.
68
func (db *Database) Close() error {
0 commit comments