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