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

Function markITerm2SetupComplete

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

Source from the content-addressed store, hash-verified

5import { logError } from './log.js'
6
7export function markITerm2SetupComplete(): void {
8 saveGlobalConfig(current => ({
9 ...current,
10 iterm2SetupInProgress: false,
11 }))
12}
13
14function getIterm2RecoveryInfo(): {
15 inProgress: boolean

Callers 1

Calls 1

saveGlobalConfigFunction · 0.85

Tested by

no test coverage detected