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

Class

src/utils/ultraplan/ccrSession.ts:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 * crashed). The approved plan is real and in threadstore — don't drop it.
79 */
80export class ExitPlanModeScanner {
81 private exitPlanCalls: string[] = []
82 private results = new Map<string, ToolResultBlockParam>()
83 private rejectedIds = new Set<string>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected