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

Method set_err_buf_cap

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

Source from the content-addressed store, hash-verified

1205
1206 void set_out_buf_cap(size_t cap) { out_buf_cap_ = cap; }
1207 void set_err_buf_cap(size_t cap) { err_buf_cap_ = cap; }
1208
1209private:
1210 std::pair<OutBuffer, ErrBuffer> communicate_threaded(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected