Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ForestHubAI/edge-agents
/ pluralize
Function
pluralize
ts/workflow-cli/cli/validate.ts:109–111 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
107
}
108
109
function
pluralize(n: number): string {
110
return
n === 1 ?
""
:
"s"
;
111
}
Callers
1
printReport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected