|
Lines 486-494
sub _core_status_graph {
Link Here
|
| 486 |
}; |
486 |
}; |
| 487 |
} |
487 |
} |
| 488 |
|
488 |
|
| 489 |
=head3 _core_status_graph |
489 |
=head3 _status_graph_union |
| 490 |
|
490 |
|
| 491 |
my $status_graph = $illrequest->_core_status_graph($origin, $new_graph); |
491 |
my $status_graph = $illrequest->_status_graph_union($origin, $new_graph); |
| 492 |
|
492 |
|
| 493 |
Return a new status_graph, the result of merging $origin & new_graph. This is |
493 |
Return a new status_graph, the result of merging $origin & new_graph. This is |
| 494 |
operation is a union over the sets defied by the two graphs. |
494 |
operation is a union over the sets defied by the two graphs. |
| 495 |
- |
|
|