MCPcopy Create free account
hub / github.com/AdRoll/baker / newFastGzReader

Function newFastGzReader

input/inpututils/fastreader_unix.go:33–35  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

31}
32
33func newFastGzReader(r io.Reader) (*fastReader, error) {
34 return newFastReader([]string{"zcat"}, r)
35}
36
37func newFastReader(command []string, r io.Reader) (*fastReader, error) {
38 fr := fastReader{command: command}

Callers

nothing calls this directly

Calls 1

newFastReaderFunction · 0.85

Tested by

no test coverage detected