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

Method Communication

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

Source from the content-addressed store, hash-verified

1190{
1191public:
1192 Communication(Streams* stream): stream_(stream)
1193 {}
1194 Communication(const Communication&) = delete;
1195 Communication& operator=(const Communication&) = delete;
1196 Communication(Communication&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected