Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
95
func
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
RemoveBlobs
Method · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected