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

Method set_err_buf_cap

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

Source from the content-addressed store, hash-verified

1276
1277 void set_out_buf_cap(size_t cap) { comm_.set_out_buf_cap(cap); }
1278 void set_err_buf_cap(size_t cap) { comm_.set_err_buf_cap(cap); }
1279
1280public: /* Communication forwarding API's */
1281 int send(const char* msg, size_t length)

Callers

nothing calls this directly

Calls 1

set_err_buf_capMethod · 0.45

Tested by

no test coverage detected