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

Function readInputFormatFieldName

apps/sim/executor/utils/start-block.ts:160–162  ·  view source on GitHub ↗
(field: InputFormatField)

Source from the content-addressed store, hash-verified

158}
159
160function readInputFormatFieldName(field: InputFormatField): string | undefined {
161 return typeof field.name === 'string' ? field.name.trim() : undefined
162}
163
164function collectExecutionControlFieldNames(fieldNames: Iterable<string | undefined>): string[] {
165 const reservedFieldNames = new Set<string>()

Callers 1

deriveInputFromFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected