| 359 | let _openSSHCachePromise: Promise<PartialProfile<SSHProfile>[]> | null = null |
| 360 | |
| 361 | interface SSHProfileDiskCache { |
| 362 | mtime: number |
| 363 | profiles: PartialProfile<SSHProfile>[] |
| 364 | } |
| 365 | |
| 366 | @Injectable({ providedIn: 'root' }) |
| 367 | export class OpenSSHImporter extends SSHProfileImporter { |
nothing calls this directly
no outgoing calls
no test coverage detected