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

Method communicate

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

Source from the content-addressed store, hash-verified

1285 { return comm_.send(msg); }
1286
1287 std::pair<OutBuffer, ErrBuffer> communicate(const char* msg, size_t length)
1288 { return comm_.communicate(msg, length); }
1289
1290 std::pair<OutBuffer, ErrBuffer> communicate(const std::vector<char>& msg)
1291 { return comm_.communicate(msg); }

Callers

nothing calls this directly

Calls 1

communicateMethod · 0.45

Tested by

no test coverage detected