Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/baker
/ newFastGzReader
Function
newFastGzReader
input/inpututils/fastreader.go:10–12 ·
view source on GitHub ↗
(r io.Reader)
Source
from the content-addressed store, hash-verified
8
)
9
10
func
newFastGzReader(r io.Reader) (*gzip.Reader, error) {
11
return
gzip.NewReader(r)
12
}
Callers
5
TestGzReader
Function · 0.70
TestGzReadErrorEmpty
Function · 0.70
TestGzReadErrorInvalid
Function · 0.70
BenchmarkFastGzip
Function · 0.70
parseFileTyped
Method · 0.70
Calls
no outgoing calls
Tested by
4
TestGzReader
Function · 0.56
TestGzReadErrorEmpty
Function · 0.56
TestGzReadErrorInvalid
Function · 0.56
BenchmarkFastGzip
Function · 0.56