Skip to content

Commit 2432b45

Browse files
committed
WIP
1 parent d2141b7 commit 2432b45

File tree

2 files changed

+602
-598
lines changed

2 files changed

+602
-598
lines changed

src/DBTransaction.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ class DBTransaction {
330330
return count;
331331
}
332332

333+
/**
334+
* Dump from transaction level
335+
* It is intended for diagnostics
336+
*/
333337
public async dump(levelPath?: LevelPath, raw?: false): Promise<Array<[string, any]>>;
334338
public async dump(levelPath: LevelPath | undefined, raw: true): Promise<Array<[Buffer, Buffer]>>;
335339
@ready(new errors.ErrorDBTransactionDestroyed())

0 commit comments

Comments
 (0)