MCPcopy 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
24func (w *WriteBatch) SyncCommit() error {
25 return w.db.db.Write(w.wbatch, w.db.syncOpts)
26}
27
28func (w *WriteBatch) Rollback() error {
29 w.wbatch.Reset()

Callers 2

TestWriteBatch_CloseFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestWriteBatch_CloseFunction · 0.76