| 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 */ |
| 1281 | int send(const char* msg, size_t length) |
nothing calls this directly
no test coverage detected