MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / plural

Function plural

internal/ui/program.go:1141–1146  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

1139}
1140
1141func plural(n int) string {
1142 if n == 1 {
1143 return ""
1144 }
1145 return "s"
1146}
1147
1148// hintText returns the keymap hint shown under the input box. Changes with
1149// the active focus so the user always sees which keys are live.

Callers 1

mcpStatusTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected