MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / handleCancel

Function handleCancel

src/cli/interactive/prompts.ts:61–66  ·  view source on GitHub ↗
(result: unknown)

Source from the content-addressed store, hash-verified

59}
60
61function handleCancel(result: unknown): void {
62 if (clack.isCancel(result)) {
63 clack.cancel('Setup cancelled.');
64 throw new Error('Setup cancelled.');
65 }
66}
67
68function createTtyPrompter(): Prompter {
69 return {

Callers 3

selectOneFunction · 0.85
selectManyFunction · 0.85
confirmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected