MCPcopy
hub / github.com/cli/cli / ProjectNames

Method ProjectNames

api/queries_issue.go:247–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245}
246
247func (p ProjectCards) ProjectNames() []string {
248 names := make([]string, len(p.Nodes))
249 for i, c := range p.Nodes {
250 names[i] = c.Project.Name
251 }
252 return names
253}
254
255func (p ProjectItems) ProjectTitles() []string {
256 titles := make([]string, len(p.Nodes))

Callers 2

editRunFunction · 0.80
editRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected