MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isNoisyName

Function isNoisyName

src/utils/computerUse/appNames.ts:123–125  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

121}
122
123function isNoisyName(name: string): boolean {
124 return NAME_PATTERN_BLOCKLIST.some(re => re.test(name))
125}
126
127/**
128 * Length cap + trim + dedupe + sort. `applyCharFilter` — skip for trusted

Callers 1

filterAppsForDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected