MCPcopy
hub / github.com/perkeep/perkeep / bytes

Method bytes

pkg/blob/ref.go:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65// which is a requirement for ref.
66type digestType interface {
67 bytes() []byte
68 digestName() string
69 newHash() hash.Hash
70 equalString(string) bool

Callers 10

StringMethod · 0.65
StringMinusOneMethod · 0.65
appendStringMethod · 0.65
DigestMethod · 0.65
Sum32Method · 0.65
Sum64Method · 0.65
HashMatchesMethod · 0.65
MarshalJSONMethod · 0.65
MarshalBinaryMethod · 0.65
LessMethod · 0.65

Implementers 1

otherDigestpkg/blob/ref.go

Calls

no outgoing calls

Tested by

no test coverage detected