MCPcopy
hub / github.com/perkeep/perkeep / GetBlobMeta

Method GetBlobMeta

pkg/index/interface.go:18–18  ·  view source on GitHub ↗

os.ErrNotExist should be returned if the blob isn't known

(context.Context, blob.Ref)

Source from the content-addressed store, hash-verified

16
17 // os.ErrNotExist should be returned if the blob isn't known
18 GetBlobMeta(context.Context, blob.Ref) (camtypes.BlobMeta, error)
19
20 // Should return os.ErrNotExist if not found.
21 GetFileInfo(ctx context.Context, fileRef blob.Ref) (camtypes.FileInfo, error)

Callers 5

blobMetaMethod · 0.65
subscribeToNewBlobsMethod · 0.65
doDescribeMethod · 0.65
GetBlobMetaMethod · 0.65
IndexFunction · 0.65

Implementers 1

Indexpkg/index/index.go

Calls

no outgoing calls

Tested by

no test coverage detected