MCPcopy
hub / github.com/perkeep/perkeep / serialFetcher

Struct serialFetcher

pkg/blob/fetcher.go:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77type serialFetcher struct {
78 fetchers []Fetcher
79}
80
81func (sf *serialFetcher) Fetch(ctx context.Context, r Ref) (file io.ReadCloser, size uint32, err error) {
82 for _, fetcher := range sf.fetchers {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected