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

Method ProjectTitles

api/queries_issue.go:258–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256}
257
258func (p ProjectItems) ProjectTitles() []string {
259 titles := make([]string, len(p.Nodes))
260 for i, c := range p.Nodes {
261 titles[i] = c.Project.Title
262 }
263 return titles
264}
265
266type Milestone struct {
267 Number int `json:"number"`

Callers 2

editRunFunction · 0.80
editRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected