| 244 | |
| 245 | public: |
| 246 | explicit OstreamRedirect(bool do_stdout = true, bool do_stderr = true) |
| 247 | : do_stdout_(do_stdout), do_stderr_(do_stderr) {} |
| 248 | |
| 249 | void enter() { |
| 250 | if (do_stdout_) { |
nothing calls this directly
no outgoing calls
no test coverage detected