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

Function isFileFieldType

apps/sim/lib/workflows/input-format.ts:53–55  ·  view source on GitHub ↗
(type: string | null | undefined)

Source from the content-addressed store, hash-verified

51 * existing non-`file[]` field changes behavior.
52 */
53export function isFileFieldType(type: string | null | undefined): boolean {
54 return type === 'file[]'
55}
56
57/**
58 * Run-ready file object stored as a file field's value. Derived from the

Callers 5

renderValueInputFunction · 0.90
FieldFormatFunction · 0.90
buildInputFormatInputFunction · 0.90
collectInputFormatFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected