Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ blobFileBaseName
Function
blobFileBaseName
pkg/blobserver/files/files.go:197–199 ·
view source on GitHub ↗
(b blob.Ref)
Source
from the content-addressed store, hash-verified
195
}
196
197
func
blobFileBaseName(b blob.Ref) string {
198
return
fmt.Sprintf(
"%s-%s.dat"
, b.HashName(), b.Digest())
199
}
200
201
func
(ds *Storage) blobDirectory(b blob.Ref) string {
202
d := b.Digest()
Callers
2
blobPath
Method · 0.85
ReceiveBlob
Method · 0.85
Calls
2
HashName
Method · 0.80
Digest
Method · 0.80
Tested by
no test coverage detected