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

Function setNeedsAutoModeExitAttachment

src/bootstrap/state.ts:1369–1371  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

1367}
1368
1369export function setNeedsAutoModeExitAttachment(value: boolean): void {
1370 STATE.needsAutoModeExitAttachment = value
1371}
1372
1373export function handleAutoModeTransition(
1374 fromMode: string,

Callers 8

callFunction · 0.85
handleResponseFunction · 0.85
handleEmptyPlanResponseFunction · 0.85
transitionPermissionModeFunction · 0.85
kickOutOfAutoIfNeededFunction · 0.85
transitionPlanAutoModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected