MCPcopy
hub / github.com/perkeep/perkeep / stringKeys

Function stringKeys

pkg/client/remove.go:95–101  ·  view source on GitHub ↗
(m map[blob.Ref]bool)

Source from the content-addressed store, hash-verified

93}
94
95func stringKeys(m map[blob.Ref]bool) (s []string) {
96 s = make([]string, 0, len(m))
97 for key := range m {
98 s = append(s, key.String())
99 }
100 return
101}

Callers 1

RemoveBlobsMethod · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected