MCPcopy 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 */
93export function useAppStub() {
94 return { exit: () => exit(0) };
95}

Callers

nothing calls this directly

Calls 1

exitFunction · 0.70

Tested by

no test coverage detected