diff options
Diffstat (limited to 'src/dedo.go')
-rw-r--r-- | src/dedo.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dedo.go b/src/dedo.go index ef626ee..baf0d37 100644 --- a/src/dedo.go +++ b/src/dedo.go @@ -1658,6 +1658,7 @@ func initDB(db *DB, size int64) error { return nil } +/* func (tx *inMemoryTx) Bucket(name []byte) *Bucket { bucket, _ := tx.db.Get(name) return bucket @@ -1757,6 +1758,7 @@ func (m *InMemory) View(func(SnapshotI) error) error { func OpenMemory() DedoI { return &InMemory{pds.NewMap[[]byte, *Bucket](nil)} } +*/ /// Open creates and opens a database at the given path. If the file does not /// exist then it will be created automatically. |