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

Function setHasExitedPlanMode

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

Source from the content-addressed store, hash-verified

1335}
1336
1337export function setHasExitedPlanMode(value: boolean): void {
1338 STATE.hasExitedPlanMode = value
1339}
1340
1341export function needsPlanModeExitAttachment(): boolean {
1342 return STATE.needsPlanModeExitAttachment

Callers 5

callFunction · 0.85
handleResponseFunction · 0.85
handleEmptyPlanResponseFunction · 0.85
getPlanModeAttachmentsFunction · 0.85
transitionPermissionModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected