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

Method setBlockState

apps/sim/executor/execution/types.ts:266–266  ·  view source on GitHub ↗
(blockId: string, state: BlockState)

Source from the content-addressed store, hash-verified

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
269}

Callers 2

Implementers 1

ExecutionStateapps/sim/executor/execution/state.ts

Calls

no outgoing calls

Tested by

no test coverage detected