| 1468 | /// Stream close APIs |
| 1469 | void close_input() { stream_.input_.reset(); } |
| 1470 | void close_output() { stream_.output_.reset(); } |
| 1471 | void close_error() { stream_.error_.reset(); } |
| 1472 | |
| 1473 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected