MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / close_output

Method close_output

cpp-subprocess/subprocess.hpp:1470–1470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
1473private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected