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

Function isAnnotationOnlyBlock

apps/sim/executor/constants.ts:360–362  ·  view source on GitHub ↗
(blockType: string | undefined)

Source from the content-addressed store, hash-verified

358}
359
360export function isAnnotationOnlyBlock(blockType: string | undefined): boolean {
361 return blockType === BlockType.NOTE
362}
363
364export function supportsHandles(blockType: string | undefined): boolean {
365 return !isAnnotationOnlyBlock(blockType)

Callers 3

validateEdgesFunction · 0.90
workflow.tsxFile · 0.90
supportsHandlesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected