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

Function hasInputFormat

apps/sim/lib/workflows/blocks/block-outputs.ts:164–166  ·  view source on GitHub ↗
(blockConfig: BlockConfig)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected