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

Function useApp

src/ink/hooks/use-app.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 * `useApp` is a React hook, which exposes a method to manually exit the app (unmount).
6 */
7const useApp = () => useContext(AppContext)
8export default useApp
9

Callers 2

RenderOnceAndExitFunction · 0.85
useExitOnCtrlCDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected