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

Method confirm

src/cli/interactive/prompts.ts:22–22  ·  view source on GitHub ↗
(opts: { message: string; defaultValue: boolean })

Source from the content-addressed store, hash-verified

20 minSelected?: number;
21 }): Promise<T[]>;
22 confirm(opts: { message: string; defaultValue: boolean }): Promise<boolean>;
23}
24
25function clampIndex(index: number, optionsLength: number): number {

Callers 5

promptConfirmFunction · 0.80
selectWorkflowIdsFunction · 0.80
collectSetupSelectionFunction · 0.80
runUpgradeCommandFunction · 0.80
confirmFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected