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