MCPcopy Create free account
hub / github.com/cli/cli / ProjectNames

Method ProjectNames

api/queries_issue.go:250–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

editRunFunction · 0.80
editRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected