MCPcopy 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
10func newFastGzReader(r io.Reader) (*gzip.Reader, error) {
11 return gzip.NewReader(r)
12}

Callers 5

TestGzReaderFunction · 0.70
TestGzReadErrorEmptyFunction · 0.70
TestGzReadErrorInvalidFunction · 0.70
BenchmarkFastGzipFunction · 0.70
parseFileTypedMethod · 0.70

Calls

no outgoing calls

Tested by 4

TestGzReaderFunction · 0.56
TestGzReadErrorEmptyFunction · 0.56
TestGzReadErrorInvalidFunction · 0.56
BenchmarkFastGzipFunction · 0.56