(name: string)
| 87 | }; |
| 88 | |
| 89 | function normalizeName(name: string): string { |
| 90 | return name.trim().toLowerCase(); |
| 91 | } |
| 92 | |
| 93 | function getForceExposedToolAliases(env: NodeJS.ProcessEnv = process.env): Set<string> { |
| 94 | const value = env.XCODEBUILDMCP_TEST_FORCE_TOOL_EXPOSURE; |
no outgoing calls
no test coverage detected