Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ listHeader
Function
listHeader
pkg/cmd/label/list.go:155–157 ·
view source on GitHub ↗
(repoName string, count int, totalCount int)
Source
from the content-addressed store, hash-verified
153
}
154
155
func
listHeader(repoName string, count int, totalCount int) string {
156
return
fmt.Sprintf(
"Showing %d of %s in %s"
, count, text.Pluralize(totalCount,
"label"
), repoName)
157
}
Callers
1
listRun
Function · 0.70
Calls
1
Pluralize
Function · 0.92
Tested by
no test coverage detected