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

Method componentDidCatch

src/ink/components/App.tsx:206–208  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

204 }
205 }
206 override componentDidCatch(error: Error) {
207 this.handleExit(error);
208 }
209 handleSetRawMode = (isEnabled: boolean): void => {
210 const {
211 stdin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected