Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Names
Method
Names
api/queries_issue.go:207–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
205
}
206
207
func
(l Labels) Names() []string {
208
names := make([]string, len(l.Nodes))
209
for
i, l :=
range
l.Nodes {
210
names[i] = l.Name
211
}
212
return
names
213
}
214
215
type
ProjectCards
struct
{
216
Nodes []*ProjectInfo
Callers
2
editRun
Function · 0.80
editRun
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected