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