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

Function confirm

src/cli/interactive/prompts.ts:55–57  ·  view source on GitHub ↗
(opts: { defaultValue: boolean })

Source from the content-addressed store, hash-verified

53 return opts.options.slice(0, minSelected).map((option) => option.value);
54 },
55 async confirm(opts: { defaultValue: boolean }): Promise<boolean> {
56 return opts.defaultValue;
57 },
58 };
59}
60

Callers

nothing calls this directly

Calls 2

handleCancelFunction · 0.85
confirmMethod · 0.80

Tested by

no test coverage detected