Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ getRandomGoodbyeMessage
Function
getRandomGoodbyeMessage
src/components/ExitFlow.tsx:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
const GOODBYE_MESSAGES = [
'Goodbye!'
,
'See ya!'
,
'Bye!'
,
'Catch you later!'
];
7
8
function getRandomGoodbyeMessage(): string {
9
return sample(GOODBYE_MESSAGES) ??
'Goodbye!'
;
10
}
11
12
type Props = {
13
onDone: (message?: string) => void;
Callers
1
onExit
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected