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