MCPcopy Create free account
hub / github.com/peterbourgon/diskv / Reader

Method Reader

compression.go:62–64  ·  view source on GitHub ↗
(src io.Reader)

Source from the content-addressed store, hash-verified

60}
61
62func (g *genericCompression) Reader(src io.Reader) (io.ReadCloser, error) {
63 return g.rf(src)
64}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected