Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Close
Method
Close
driver/ipfs-synckv/write_batch.go:114–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
func
(w *WriteBatch) Rollback() error {
113
w.wbatch.Reset()
114
w.ipfsOps = nil
115
w.err = nil
116
return
nil
117
}
118
119
func
(w *WriteBatch) Close() {
120
w.wbatch.Reset()
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected