MCPcopy
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

6const GOODBYE_MESSAGES = ['Goodbye!', 'See ya!', 'Bye!', 'Catch you later!'];
7
8function getRandomGoodbyeMessage(): string {
9 return sample(GOODBYE_MESSAGES) ?? 'Goodbye!';
10}
11
12type Props = {
13 onDone: (message?: string) => void;

Callers 1

onExitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected