| 12770 | } |
| 12771 | |
| 12772 | IConfigPtr RunContext::config() const { |
| 12773 | return m_config; |
| 12774 | } |
| 12775 | |
| 12776 | IStreamingReporter& RunContext::reporter() const { |
| 12777 | return *m_reporter; |
nothing calls this directly
no outgoing calls
no test coverage detected