MCPcopy
hub / github.com/perkeep/perkeep / String

Method String

pkg/index/index.go:412–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410}
411
412func (x *Index) String() string {
413 return fmt.Sprintf("Perkeep index, using key/value implementation %T", x.s)
414}
415
416func (x *Index) isEmpty() bool {
417 iter := x.s.Find("", "")

Callers 15

NewOwnerFunction · 0.45
GetBlobMetaMethod · 0.45
KeyIdMethod · 0.45
PathsOfSignerTargetMethod · 0.45
ExistingFileSchemasMethod · 0.45
GetFileInfoMethod · 0.45
GetImageInfoMethod · 0.45
GetMediaTagsMethod · 0.45
GetFileLocationMethod · 0.45
EdgesToMethod · 0.45
GetDirMembersMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestFixMissingWholerefFunction · 0.36
testEnumerateOrderFunction · 0.36