MCPcopy
hub / github.com/perkeep/perkeep / blobPath

Method blobPath

pkg/blobserver/files/files.go:209–211  ·  view source on GitHub ↗
(b blob.Ref)

Source from the content-addressed store, hash-verified

207}
208
209func (ds *Storage) blobPath(b blob.Ref) string {
210 return filepath.Join(ds.blobDirectory(b), blobFileBaseName(b))
211}
212
213const maxParallelStats = 20
214

Callers 5

fetchMethod · 0.95
RemoveBlobsMethod · 0.95
StatBlobsMethod · 0.95
ReceiveBlobMethod · 0.95
TestPathsFunction · 0.95

Calls 2

blobDirectoryMethod · 0.95
blobFileBaseNameFunction · 0.85

Tested by 1

TestPathsFunction · 0.76