* Initialize graph after file picker closes (for cached data)
(graph: WorkflowGraph)
| 516 | * Initialize graph after file picker closes (for cached data) |
| 517 | */ |
| 518 | initGraph(graph: WorkflowGraph) { |
| 519 | this.postMessage({ |
| 520 | command: 'initGraph', |
| 521 | graph |
| 522 | }); |
| 523 | } |
| 524 | |
| 525 | /** |
| 526 | * Clear the graph completely (used when cache is cleared before reanalysis) |
no test coverage detected