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

Method selectMany

src/cli/interactive/prompts.ts:15–15  ·  view source on GitHub ↗
(opts: {
    message: string;
    options: SelectOption<T>[];
    initialSelectedKeys?: ReadonlySet<string>;
    getKey: (value: T) => string;
    minSelected?: number;
  })

Source from the content-addressed store, hash-verified

13 initialIndex?: number;
14 }): Promise<T>;
15 selectMany<T>(opts: {
16 message: string;
17 options: SelectOption<T>[];
18 initialSelectedKeys?: ReadonlySet<string>;

Callers 2

selectWorkflowIdsFunction · 0.80
selectPlatformsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected