Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ set_out_buf_cap
Method
set_out_buf_cap
cpp-subprocess/subprocess.hpp:1427–1427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1425
void kill(int sig_num = 9);
1426
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
Callers
1
set_out_buf_cap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected