Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ StatBlobCache
Method
StatBlobCache
cmd/pk-put/cache.go:30–30 ·
view source on GitHub ↗
(br blob.Ref)
Source
from the content-addressed store, hash-verified
28
// the caller to stat before writing.
29
type
HaveCache
interface
{
30
StatBlobCache(br blob.Ref) (size uint32, ok bool)
31
NoteBlobExists(br blob.Ref, size uint32)
32
Close() error
33
}
Callers
3
StatBlobs
Method · 0.65
Upload
Method · 0.65
UploadPublicKey
Method · 0.65
Implementers
1
KvHaveCache
cmd/pk-put/kvcache.go
Calls
no outgoing calls
Tested by
no test coverage detected