Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
func
plural(n int) string {
227
if
n == 1 {
228
return
""
229
}
230
return
"s"
231
}
Callers
1
executeShellQuery
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected