Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
func
cloneStrings(values []string) []string {
175
if
len(values) == 0 {
176
return
nil
177
}
178
return
slices.Clone(values)
179
}
Callers
3
ResolveIssue
Method · 0.85
fromRoot
Method · 0.85
fromLabels
Method · 0.85
Calls
1
Clone
Method · 0.45
Tested by
no test coverage detected