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

Method set_err_buf_cap

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

Source from the content-addressed store, hash-verified

1427 void set_out_buf_cap(size_t cap) { stream_.set_out_buf_cap(cap); }
1428
1429 void set_err_buf_cap(size_t cap) { stream_.set_err_buf_cap(cap); }
1430
1431 int send(const char* msg, size_t length)
1432 { return stream_.send(msg, length); }

Callers 1

set_err_buf_capMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected