Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ SyncCommit
Method
SyncCommit
driver/hybriddb/write_batch.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(w *WriteBatch) SyncCommit() error {
25
return
w.db.db.Write(w.wbatch, w.db.syncOpts)
26
}
27
28
func
(w *WriteBatch) Rollback() error {
29
w.wbatch.Reset()
Callers
2
TestWriteBatch_SyncCommit
Function · 0.95
TestWriteBatch_Close
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestWriteBatch_SyncCommit
Function · 0.76
TestWriteBatch_Close
Function · 0.76