Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
func
Pluralize(num int, thing string) string {
43
return
text.Pluralize(num, thing)
44
}
45
46
func
FuzzyAgo(a, b time.Time) string {
47
return
text.RelativeTimeAgo(a, b)
Callers
15
deleteCaches
Function · 0.92
listRun
Function · 0.92
printHumanView
Function · 0.92
selectRulesetID
Function · 0.92
uploadRun
Function · 0.92
listRun
Function · 0.92
cloneRun
Function · 0.92
listHeader
Function · 0.92
listHeader
Function · 0.92
printHumanIssuePreview
Function · 0.92
editRun
Function · 0.92
printTable
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected