(blockConfig: BlockConfig)
| 162 | } |
| 163 | |
| 164 | function hasInputFormat(blockConfig: BlockConfig): boolean { |
| 165 | return blockConfig.subBlocks?.some((sb) => sb.type === 'input-format') || false |
| 166 | } |
| 167 | |
| 168 | function getTriggerId( |
| 169 | subBlocks: Record<string, SubBlockWithValue> | undefined, |
no outgoing calls
no test coverage detected