Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ useAppStub
Function
useAppStub
web/lib/terminal-compat.ts:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
* Stub
for
Ink's useApp hook (provides exit()).
92
*/
93
export
function
useAppStub() {
94
return
{ exit: () => exit(0) };
95
}
Callers
nothing calls this directly
Calls
1
exit
Function · 0.70
Tested by
no test coverage detected