| 4677 | |
| 4678 | public: |
| 4679 | RunContext(RunContext const &) = delete; |
| 4680 | RunContext &operator=(RunContext const &) = delete; |
| 4681 | |
| 4682 | explicit RunContext(IConfigPtr const &_config, IStreamingReporterPtr &&reporter); |
nothing calls this directly
no outgoing calls
no test coverage detected