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

Function sanitizeTrustedNames

src/utils/computerUse/appNames.ts:159–161  ·  view source on GitHub ↗
(raw: readonly string[])

Source from the content-addressed store, hash-verified

157}
158
159function sanitizeTrustedNames(raw: readonly string[]): string[] {
160 return sanitizeCore(raw, false)
161}
162
163/**
164 * Filter raw Spotlight results to user-facing apps, then sanitize. Always-keep

Callers 1

filterAppsForDescriptionFunction · 0.85

Calls 1

sanitizeCoreFunction · 0.85

Tested by

no test coverage detected