(blockId: string, output: NormalizedBlockOutput, executionTime?: number)
| 263 | |
| 264 | export 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 |
no outgoing calls
no test coverage detected