MCPcopy Create free account
hub / github.com/github/gh-aw / cloneStrings

Function cloneStrings

pkg/intent/resolver.go:174–179  ·  view source on GitHub ↗
(values []string)

Source from the content-addressed store, hash-verified

172}
173
174func cloneStrings(values []string) []string {
175 if len(values) == 0 {
176 return nil
177 }
178 return slices.Clone(values)
179}

Callers 3

ResolveIssueMethod · 0.85
fromRootMethod · 0.85
fromLabelsMethod · 0.85

Calls 1

CloneMethod · 0.45

Tested by

no test coverage detected