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

Function getDefaultEnabledWorkflows

src/visibility/exposure.ts:112–116  ·  view source on GitHub ↗
(
  workflows: WorkflowManifestEntry[],
)

Source from the content-addressed store, hash-verified

110 * Get default-enabled workflows (used when no workflows are explicitly selected).
111 */
112export function getDefaultEnabledWorkflows(
113 workflows: WorkflowManifestEntry[],
114): WorkflowManifestEntry[] {
115 return workflows.filter((wf) => wf.selection?.mcp?.defaultEnabled === true);
116}
117
118/**
119 * Get auto-include workflows (included when their predicates pass).

Callers 2

exposure.test.tsFile · 0.90
selectWorkflowsForMcpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected