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

Function getSchemaFieldNames

apps/sim/executor/utils/block-reference.ts:204–207  ·  view source on GitHub ↗
(schema: OutputSchema | undefined)

Source from the content-addressed store, hash-verified

202}
203
204function getSchemaFieldNames(schema: OutputSchema | undefined): string[] {
205 if (!schema) return []
206 return Object.keys(schema)
207}
208
209export function resolveBlockReference(
210 blockName: string,

Callers 2

resolveBlockReferenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected