MCPcopy
hub / github.com/perkeep/perkeep / DomID

Method DomID

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

Source from the content-addressed store, hash-verified

156}
157
158func (r Ref) DomID() string {
159 if !r.Valid() {
160 return ""
161 }
162 return "camli-" + r.String()
163}
164
165func (r Ref) Sum32() uint32 {
166 var v uint32

Callers 2

subjectFileMethod · 0.45
subjectMembersMethod · 0.45

Calls 2

ValidMethod · 0.95
StringMethod · 0.95

Tested by

no test coverage detected