Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Rollback
Method
Rollback
driver/oss/write_batch.go:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(w *WriteBatch) Rollback() error {
40
w.wbatch.Reset()
41
return
nil
42
}
43
44
func
(w *WriteBatch) Close() {
45
w.wbatch.Reset()
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected