Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
209
func
(ds *Storage) blobPath(b blob.Ref) string {
210
return
filepath.Join(ds.blobDirectory(b), blobFileBaseName(b))
211
}
212
213
const
maxParallelStats = 20
214
Callers
5
fetch
Method · 0.95
RemoveBlobs
Method · 0.95
StatBlobs
Method · 0.95
ReceiveBlob
Method · 0.95
TestPaths
Function · 0.95
Calls
2
blobDirectory
Method · 0.95
blobFileBaseName
Function · 0.85
Tested by
1
TestPaths
Function · 0.76