MCPcopy
hub / github.com/codeaashu/claude-code / getIterm2RecoveryInfo

Function getIterm2RecoveryInfo

src/utils/iTermBackup.ts:14–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14function getIterm2RecoveryInfo(): {
15 inProgress: boolean
16 backupPath: string | null
17} {
18 const config = getGlobalConfig()
19 return {
20 inProgress: config.iterm2SetupInProgress ?? false,
21 backupPath: config.iterm2BackupPath || null,
22 }
23}
24
25function getITerm2PlistPath(): string {
26 return join(

Callers 1

Calls 1

getGlobalConfigFunction · 0.85

Tested by

no test coverage detected