Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ n
Function
n
src/commands/reload-plugins/reload-plugins.ts:59–61 ·
view source on GitHub ↗
(count: number, noun: string)
Source
from the content-addressed store, hash-verified
57
}
58
59
function
n(count: number, noun: string): string {
60
return
`${count} ${plural(count, noun)}`
61
}
62
63
Callers
1
call
Function · 0.70
Calls
1
plural
Function · 0.85
Tested by
no test coverage detected