MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / SyncCommit

Method SyncCommit

driver/ipfs-synckv/write_batch.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 return w.db.localDB.Write(w.wbatch, wo)
102}
103
104func (w *WriteBatch) Commit() error {
105 return w.commit(false)
106}
107
108func (w *WriteBatch) SyncCommit() error {

Callers

nothing calls this directly

Calls 1

commitMethod · 0.95

Tested by

no test coverage detected