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

Function needsPlanModeExitAttachment

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

Source from the content-addressed store, hash-verified

1317}
1318
1319export function needsPlanModeExitAttachment(): boolean {
1320 return STATE.needsPlanModeExitAttachment
1321}
1322
1323export function setNeedsPlanModeExitAttachment(value: boolean): void {
1324 STATE.needsPlanModeExitAttachment = value

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected