(blockId: string, currentNodeId?: string)
| 258 | |
| 259 | interface BlockStateReader { |
| 260 | getBlockOutput(blockId: string, currentNodeId?: string): NormalizedBlockOutput | undefined |
| 261 | hasExecuted(blockId: string): boolean |
| 262 | } |
| 263 |
no outgoing calls
no test coverage detected