| 10135 | } |
| 10136 | |
| 10137 | IConfigPtr RunContext::config() const { |
| 10138 | return m_config; |
| 10139 | } |
| 10140 | |
| 10141 | IStreamingReporter& RunContext::reporter() const { |
| 10142 | return *m_reporter; |
nothing calls this directly
no outgoing calls
no test coverage detected