Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
func
(w *WriteBatch) Commit() error {
105
return
w.commit(false)
106
}
107
108
func
(w *WriteBatch) SyncCommit() error {
Callers
nothing calls this directly
Calls
1
commit
Method · 0.95
Tested by
no test coverage detected