| 5943 | |
| 5944 | public: |
| 5945 | RunContext( RunContext const& ) = delete; |
| 5946 | RunContext& operator =( RunContext const& ) = delete; |
| 5947 | |
| 5948 | explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter ); |
nothing calls this directly
no outgoing calls
no test coverage detected