MCPcopy Index your code
hub / github.com/codeaashu/claude-code / markTerminalSetupComplete

Function markTerminalSetupComplete

src/utils/appleTerminalBackup.ts:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function markTerminalSetupComplete(): void {
16 saveGlobalConfig(current => ({
17 ...current,
18 appleTerminalSetupInProgress: false,
19 }))
20}
21
22function getTerminalRecoveryInfo(): {
23 inProgress: boolean

Callers 2

Calls 1

saveGlobalConfigFunction · 0.85

Tested by

no test coverage detected