MCPcopy
hub / github.com/simstudioai/sim / isContainerType

Function isContainerType

apps/sim/stores/workflows/workflow/validation.ts:10–12  ·  view source on GitHub ↗
(type: string | undefined)

Source from the content-addressed store, hash-verified

8}
9
10function isContainerType(type: string | undefined): boolean {
11 return type === 'loop' || type === 'parallel'
12}
13
14export function normalizeWorkflowState(workflowState: WorkflowState): NormalizationResult {
15 const warnings: string[] = []

Callers 1

normalizeWorkflowStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected