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

Method set_out_buf_cap

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

Source from the content-addressed store, hash-verified

1275 void error(FILE* fp) { error_.reset(fp, fclose); }
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 */

Callers

nothing calls this directly

Calls 1

set_out_buf_capMethod · 0.45

Tested by

no test coverage detected