Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Reset
Method
Reset
internal/compressions/reader_gzip.go:34–36 ·
view source on GitHub ↗
(reader io.Reader)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(this *GzipReader) Reset(reader io.Reader) error {
35
return
this.reader.Reset(reader)
36
}
37
38
func
(this *GzipReader) RawClose() error {
39
return
this.reader.Close()
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.65
Tested by
no test coverage detected