MCPcopy
hub / github.com/perkeep/perkeep / NewSerialFetcher

Function NewSerialFetcher

pkg/blob/fetcher.go:69–71  ·  view source on GitHub ↗
(fetchers ...Fetcher)

Source from the content-addressed store, hash-verified

67}
68
69func NewSerialFetcher(fetchers ...Fetcher) Fetcher {
70 return &serialFetcher{fetchers}
71}
72
73func NewSimpleDirectoryFetcher(dir string) *DirFetcher {
74 return &DirFetcher{dir, "camli"}

Callers 1

verifySignatureMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected