| 4851 | |
| 4852 | public: |
| 4853 | RunContext( RunContext const& ) = delete; |
| 4854 | RunContext& operator =( RunContext const& ) = delete; |
| 4855 | |
| 4856 | explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter ); |
nothing calls this directly
no outgoing calls
no test coverage detected