| 86 | } |
| 87 | |
| 88 | static bool display_server() |
| 89 | { |
| 90 | return (creationMode == MODE_SERVER) || ((creationMode == MODE_MIXED) && (display_scenario == rx_scenario)); |
| 91 | } |
| 92 | |
| 93 | |
| 94 | void ScreenPrinter::print_closing_stats() { |
no outgoing calls
no test coverage detected