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

Method Names

api/queries_issue.go:204–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204func (l Labels) Names() []string {
205 names := make([]string, len(l.Nodes))
206 for i, l := range l.Nodes {
207 names[i] = l.Name
208 }
209 return names
210}
211
212type ProjectCards struct {
213 Nodes []*ProjectInfo

Callers 2

editRunFunction · 0.80
editRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected