MCPcopy Create free account
hub / github.com/PostHog/duckgres / plural

Function plural

server/shell.go:226–231  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

224}
225
226func plural(n int) string {
227 if n == 1 {
228 return ""
229 }
230 return "s"
231}

Callers 1

executeShellQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected