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

Function toWorkflowSelectOptions

src/cli/commands/setup.ts:265–271  ·  view source on GitHub ↗
(workflows: WorkflowManifestEntry[])

Source from the content-addressed store, hash-verified

263}
264
265function toWorkflowSelectOptions(workflows: WorkflowManifestEntry[]): SelectOption<string>[] {
266 return workflows.map((workflow) => ({
267 value: workflow.id,
268 label: workflow.id,
269 description: workflow.description,
270 }));
271}
272
273function mergeWorkflowSelections(
274 workflowOptions: SelectOption<string>[],

Callers 1

selectWorkflowIdsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected