Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Read
Method
Read
internal/compressions/reader_zstd.go:30–32 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(this *ZSTDReader) Read(p []byte) (n int, err error) {
31
return
this.reader.Read(p)
32
}
33
34
func
(this *ZSTDReader) Reset(reader io.Reader) error {
35
return
this.reader.Reset(reader)
Callers
2
TestZSTDReader
Function · 0.95
BenchmarkZSTDReader
Function · 0.95
Calls
1
Read
Method · 0.65
Tested by
2
TestZSTDReader
Function · 0.76
BenchmarkZSTDReader
Function · 0.76