Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ output
Method
output
cpp-subprocess/subprocess.hpp:1465–1465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1463
1464
FILE* input() { return stream_.input(); }
1465
FILE* output() { return stream_.output();}
1466
FILE* error() { return stream_.error(); }
1467
1468
/// Stream close APIs
Callers
6
test_ret_code_comm
Function · 0.45
test_piping
Function · 0.45
test_read_all
Function · 0.45
communicate
Method · 0.45
communicate_threaded
Method · 0.45
pipeline_impl
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_ret_code_comm
Function · 0.36
test_piping
Function · 0.36
test_read_all
Function · 0.36