Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
69
func
NewSerialFetcher(fetchers ...Fetcher) Fetcher {
70
return
&serialFetcher{fetchers}
71
}
72
73
func
NewSimpleDirectoryFetcher(dir string) *DirFetcher {
74
return
&DirFetcher{dir,
"camli"
}
Callers
1
verifySignature
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected