MCPcopy
hub / github.com/cli/cli / Pluralize

Function Pluralize

internal/text/text.go:42–44  ·  view source on GitHub ↗
(num int, thing string)

Source from the content-addressed store, hash-verified

40}
41
42func Pluralize(num int, thing string) string {
43 return text.Pluralize(num, thing)
44}
45
46func FuzzyAgo(a, b time.Time) string {
47 return text.RelativeTimeAgo(a, b)

Callers 15

deleteCachesFunction · 0.92
listRunFunction · 0.92
printHumanViewFunction · 0.92
selectRulesetIDFunction · 0.92
uploadRunFunction · 0.92
listRunFunction · 0.92
cloneRunFunction · 0.92
listHeaderFunction · 0.92
listHeaderFunction · 0.92
printHumanIssuePreviewFunction · 0.92
editRunFunction · 0.92
printTableFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected