Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
renameSync
Method · 0.65
_syncSync
Method · 0.65
makeRootDirectory
Method · 0.65
commitNewFile
Method · 0.65
removeEntry
Method · 0.65
completeRename
Method · 0.65
_sync
Method · 0.65
makeRootDirectory
Method · 0.65
commitNewFile
Method · 0.65
removeEntry
Method · 0.65
Implementers
2
SimpleSyncRWTransaction
src/generic/key_value_filesystem.ts
IndexedDBRWTransaction
src/backend/IndexedDB.ts
Calls
no outgoing calls
Tested by
no test coverage detected