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

Function getUnifiedStartOutputs

apps/sim/lib/workflows/blocks/block-outputs.ts:186–192  ·  view source on GitHub ↗
(
  subBlocks: Record<string, SubBlockWithValue> | undefined
)

Source from the content-addressed store, hash-verified

184}
185
186function getUnifiedStartOutputs(
187 subBlocks: Record<string, SubBlockWithValue> | undefined
188): OutputDefinition {
189 const outputs = { ...UNIFIED_START_OUTPUTS }
190 const normalizedInputFormat = normalizeInputFormatValue(subBlocks?.inputFormat?.value)
191 return applyInputFormatFields(normalizedInputFormat, outputs)
192}
193
194function getLegacyStarterOutputs(
195 subBlocks: Record<string, SubBlockWithValue> | undefined

Callers 1

getBlockOutputsFunction · 0.85

Calls 2

applyInputFormatFieldsFunction · 0.85

Tested by

no test coverage detected