MCPcopy
hub / github.com/jvilk/BrowserFS / commit

Method commit

src/generic/key_value_filesystem.ts:127–127  ·  view source on GitHub ↗

* Commits the transaction.

()

Source from the content-addressed store, hash-verified

125 * Commits the transaction.
126 */
127 commit(): void;
128 /**
129 * Aborts and rolls back the transaction.
130 */

Callers 10

renameSyncMethod · 0.65
_syncSyncMethod · 0.65
makeRootDirectoryMethod · 0.65
commitNewFileMethod · 0.65
removeEntryMethod · 0.65
completeRenameMethod · 0.65
_syncMethod · 0.65
makeRootDirectoryMethod · 0.65
commitNewFileMethod · 0.65
removeEntryMethod · 0.65

Implementers 2

SimpleSyncRWTransactionsrc/generic/key_value_filesystem.ts
IndexedDBRWTransactionsrc/backend/IndexedDB.ts

Calls

no outgoing calls

Tested by

no test coverage detected