| 751 | } |
| 752 | |
| 753 | DisplayResult displayTransitions( RunnableGraph const & value |
| 754 | , Config const & config ) |
| 755 | { |
| 756 | DisplayResult result; |
| 757 | dotexp::DotTransitionsVisitor::submit( result, value.getNodeGraph(), config ); |
| 758 | return result; |
| 759 | } |
| 760 | |
| 761 | void displayTransitions( std::ostream & stream |
| 762 | , RunnableGraph const & value |
nothing calls this directly
no test coverage detected