MCPcopy
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
155func 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

listRunFunction · 0.70

Calls 1

PluralizeFunction · 0.92

Tested by

no test coverage detected