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

Method setBlockOutput

apps/sim/executor/execution/types.ts:265–265  ·  view source on GitHub ↗
(blockId: string, output: NormalizedBlockOutput, executionTime?: number)

Source from the content-addressed store, hash-verified

263
264export interface BlockStateWriter {
265 setBlockOutput(blockId: string, output: NormalizedBlockOutput, executionTime?: number): void
266 setBlockState(blockId: string, state: BlockState): void
267 deleteBlockState(blockId: string): void
268 unmarkExecuted(blockId: string): void

Callers 8

resolver.test.tsFile · 0.65
createExitResultMethod · 0.65
state.test.tsFile · 0.65
setNodeOutputMethod · 0.65

Implementers 1

ExecutionStateapps/sim/executor/execution/state.ts

Calls

no outgoing calls

Tested by

no test coverage detected