| 12779 | } |
| 12780 | |
| 12781 | IConfigPtr RunContext::config() const { |
| 12782 | return m_config; |
| 12783 | } |
| 12784 | |
| 12785 | IStreamingReporter& RunContext::reporter() const { |
| 12786 | return *m_reporter; |
nothing calls this directly
no outgoing calls
no test coverage detected