(value: string)
| 1105 | } |
| 1106 | |
| 1107 | function normalizeRemoteBaseUrl(value: string): string { |
| 1108 | return value.trim().replace(/\/+$/, '') |
| 1109 | } |
| 1110 | |
| 1111 | function deriveRemoteWorkspaceProfileName( |
| 1112 | input: { |
no outgoing calls
no test coverage detected