Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
7
const
useApp = () => useContext(AppContext)
8
export
default useApp
9
Callers
2
RenderOnceAndExit
Function · 0.85
useExitOnCtrlCD
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected