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