| 3676 | |
| 3677 | struct IStreamingReporter { |
| 3678 | virtual ~IStreamingReporter() = default; |
| 3679 | |
| 3680 | // Implementing class must also provide the following static methods: |
| 3681 | // static std::string getDescription(); |
nothing calls this directly
no outgoing calls
no test coverage detected