MCPcopy Create free account
hub / github.com/Noumena-Network/code / markTerminalSetupInProgress

Function markTerminalSetupInProgress

src/utils/appleTerminalBackup.ts:7–13  ·  view source on GitHub ↗
(backupPath: string)

Source from the content-addressed store, hash-verified

5import { execFileNoThrow } from './execFileNoThrow.js'
6import { logError } from './log.js'
7export function markTerminalSetupInProgress(backupPath: string): void {
8 saveGlobalConfig(current => ({
9 ...current,
10 appleTerminalSetupInProgress: true,
11 appleTerminalBackupPath: backupPath,
12 }))
13}
14
15export function markTerminalSetupComplete(): void {
16 saveGlobalConfig(current => ({

Callers 1

Calls 1

saveGlobalConfigFunction · 0.70

Tested by

no test coverage detected