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

Function getBlockSchema

apps/sim/executor/utils/block-data.ts:56–58  ·  view source on GitHub ↗
(block: SerializedBlock)

Source from the content-addressed store, hash-verified

54}
55
56export function getBlockSchema(block: SerializedBlock): OutputSchema | undefined {
57 return getRegistrySchema(block)
58}
59
60export function collectBlockData(
61 ctx: ExecutionContext,

Callers 3

resolveMethod · 0.90
resolveAsyncMethod · 0.90
collectBlockDataFunction · 0.85

Calls 1

getRegistrySchemaFunction · 0.85

Tested by

no test coverage detected