MCPcopy Index your code
hub / github.com/claude-code-best/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
59function n(count: number, noun: string): string {
60 return `${count} ${plural(count, noun)}`
61}

Callers 1

callFunction · 0.85

Calls 1

pluralFunction · 0.85

Tested by

no test coverage detected