| 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 | |
| 1280 | public: /* Communication forwarding API's */ |
nothing calls this directly
no test coverage detected