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

Class

src/ink/components/App.tsx:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99// It renders stdin and stdout contexts, so that children can access them if needed
100// It also handles Ctrl+C exiting and cursor visibility
101export default class App extends PureComponent<Props, State> {
102 static displayName = 'InternalApp';
103 static getDerivedStateFromError(error: Error) {
104 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected