MCPcopy Create free account
hub / github.com/basecamp/hey-cli / field

Struct field

internal/cmd/formatting.go:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119func threadNoun(count int) string {
120 if count == 1 {
121 return "thread"
122 }
123 return "threads"
124}
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected