MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / createWorkflow

Function createWorkflow

src/visibility/__tests__/exposure.test.ts:61–72  ·  view source on GitHub ↗
(overrides: Partial<WorkflowManifestEntry> = {})

Source from the content-addressed store, hash-verified

59}
60
61function createWorkflow(overrides: Partial<WorkflowManifestEntry> = {}): WorkflowManifestEntry {
62 return {
63 id: 'test-workflow',
64 title: 'Test Workflow',
65 description: 'A test workflow',
66 targetPlatforms: [],
67 availability: { mcp: true, cli: true },
68 predicates: [],
69 tools: ['test_tool'],
70 ...overrides,
71 };
72}
73
74describe('exposure', () => {
75 describe('isWorkflowAvailableForRuntime', () => {

Callers 1

exposure.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected