MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / hasExitedPlanModeInSession

Function hasExitedPlanModeInSession

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

Source from the content-addressed store, hash-verified

1309}
1310
1311export function hasExitedPlanModeInSession(): boolean {
1312 return STATE.hasExitedPlanMode
1313}
1314
1315export function setHasExitedPlanMode(value: boolean): void {
1316 STATE.hasExitedPlanMode = value

Callers 2

validateInputFunction · 0.85
getPlanModeAttachmentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected