(remoteToolName: string)
| 121 | } |
| 122 | |
| 123 | export function toLocalToolName(remoteToolName: string): string { |
| 124 | return `xcode_tools_${remoteToolName}`; |
| 125 | } |
| 126 | |
| 127 | function stableFingerprint(tool: Tool): string { |
| 128 | return JSON.stringify({ |
no outgoing calls
no test coverage detected