| 13 | // |
| 14 | |
| 15 | static void CallMaintenance() { |
| 16 | std::cout << "*** calling maintenance ***" << std::endl; |
| 17 | } |
| 18 | |
| 19 | static void CallFirefighters() { |
| 20 | std::cout << "*** calling firefighters ***" << std::endl; |
nothing calls this directly
no outgoing calls
no test coverage detected