MCPcopy
hub / github.com/Eugeny/tabby / SSHProfileDiskCache

Interface SSHProfileDiskCache

tabby-electron/src/sshImporters.ts:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected