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

Function exit

src/ink/components/AppContext.ts:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13// eslint-disable-next-line @typescript-eslint/naming-convention
14const AppContext = createContext<Props>({
15 exit() {},
16})
17
18// eslint-disable-next-line custom-rules/no-top-level-side-effects

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected