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

Function setNeedsPlanModeExitAttachment

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

Source from the content-addressed store, hash-verified

1343}
1344
1345export function setNeedsPlanModeExitAttachment(value: boolean): void {
1346 STATE.needsPlanModeExitAttachment = value
1347}
1348
1349export function handlePlanModeTransition(
1350 fromMode: string,

Callers 4

callFunction · 0.85
handleResponseFunction · 0.85
handleEmptyPlanResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected