Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Reset
Method
Reset
internal/compressions/writer_zstd.go:44–46 ·
view source on GitHub ↗
(writer io.Writer)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(this *ZSTDWriter) Reset(writer io.Writer) {
45
this.writer.Reset(writer)
46
}
47
48
func
(this *ZSTDWriter) RawClose() error {
49
return
this.writer.Close()
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.65
Tested by
no test coverage detected