MCPcopy
hub / github.com/perkeep/perkeep / BlobSniffer

Struct BlobSniffer

pkg/index/sniff.go:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type BlobSniffer struct {
29 br blob.Ref
30
31 contents []byte
32 written int64
33 meta *schema.Blob // or nil
34 mimeType string
35 camliType schema.CamliType
36}
37
38func NewBlobSniffer(ref blob.Ref) *BlobSniffer {
39 if !ref.Valid() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected