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

Function hasExitedPlanModeInSession

src/bootstrap/state.ts:1333–1335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1331}
1332
1333export function hasExitedPlanModeInSession(): boolean {
1334 return STATE.hasExitedPlanMode
1335}
1336
1337export function setHasExitedPlanMode(value: boolean): void {
1338 STATE.hasExitedPlanMode = value

Callers 2

validateInputFunction · 0.85
getPlanModeAttachmentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected