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

Method ProjectTitles

api/queries_issue.go:255–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

editRunFunction · 0.80
editRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected