| 12545 | } |
| 12546 | |
| 12547 | IConfigPtr RunContext::config() const { |
| 12548 | return m_config; |
| 12549 | } |
| 12550 | |
| 12551 | IStreamingReporter& RunContext::reporter() const { |
| 12552 | return *m_reporter; |
nothing calls this directly
no outgoing calls
no test coverage detected