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

Method send

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

Communication forwarding API's */

Source from the content-addressed store, hash-verified

1279
1280public: /* Communication forwarding API's */
1281 int send(const char* msg, size_t length)
1282 { return comm_.send(msg, length); }
1283
1284 int send(const std::vector<char>& msg)
1285 { return comm_.send(msg); }

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected