()
| 14 | const { copilotClient: client, homeDir } = await createSdkTestContext(); |
| 15 | |
| 16 | function compactUuid(): string { |
| 17 | return randomUUID().replace(/-/g, ""); |
| 18 | } |
| 19 | |
| 20 | function quotePowerShell(value: string): string { |
| 21 | return `'${value.replace(/'/g, "''")}'`; |
no outgoing calls
no test coverage detected
searching dependent graphs…