MCPcopy Index your code
hub / github.com/cli/cli / ghIds

Function ghIds

pkg/cmd/pr/shared/editable_http.go:209–218  ·  view source on GitHub ↗
(s *[]string)

Source from the content-addressed store, hash-verified

207}
208
209func ghIds(s *[]string) *[]githubv4.ID {
210 if s == nil {
211 return nil
212 }
213 ids := make([]githubv4.ID, len(*s))
214 for i, v := range *s {
215 ids[i] = v
216 }
217 return &ids
218}
219
220func ghId(s *string) *githubv4.ID {
221 if s == nil {

Callers 3

replaceIssueFieldsFunction · 0.85
addLabelsFunction · 0.85
removeLabelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected