()
| 62 | } |
| 63 | |
| 64 | getExecutedBlocks(): ReadonlySet<string> { |
| 65 | return this.executedBlocks |
| 66 | } |
| 67 | |
| 68 | getBlockOutput(blockId: string, currentNodeId?: string): NormalizedBlockOutput | undefined { |
| 69 | const normalizedId = normalizeLookupId(blockId) |
no outgoing calls
no test coverage detected