MCPcopy Index your code
hub / github.com/simstudioai/sim / isContainerType

Function isContainerType

apps/sim/lib/workflows/autolayout/utils.ts:93–95  ·  view source on GitHub ↗
(blockType: string)

Source from the content-addressed store, hash-verified

91 * Checks if a block type is a container (loop or parallel)
92 */
93export function isContainerType(blockType: string): boolean {
94 return CONTAINER_BLOCK_TYPES.has(blockType)
95}
96
97/**
98 * Checks if a block should be excluded from autolayout

Callers 2

getBlockMetricsFunction · 0.70
useNodeUtilitiesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected