()
| 38 | export const parseFailures: Map<string, boolean> = new Map<string, boolean>(); |
| 39 | |
| 40 | export function getSshConfigurationFiles(): string[] { |
| 41 | return [userSshConfigurationFile, systemSshConfigurationFile]; |
| 42 | } |
| 43 | |
| 44 | // Map: host -> info |
| 45 | export async function getSshConfigHostInfos(): Promise<Map<string, ISshConfigHostInfo>> { |
no outgoing calls
no test coverage detected