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

Function shouldSkipAutoLayout

apps/sim/lib/workflows/autolayout/utils.ts:100–103  ·  view source on GitHub ↗
(block?: BlockState)

Source from the content-addressed store, hash-verified

98 * Checks if a block should be excluded from autolayout
99 */
100export function shouldSkipAutoLayout(block?: BlockState): boolean {
101 if (!block) return true
102 return AUTO_LAYOUT_EXCLUDED_TYPES.has(block.type)
103}
104
105/**
106 * Filters block IDs to only include those eligible for layout

Callers 3

resolveNoteOverlapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected