Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ close_input
Method
close_input
cpp-subprocess/subprocess.hpp:1469–1469 ·
view source on GitHub ↗
Stream close APIs
Source
from the content-addressed store, hash-verified
1467
1468
/// Stream close APIs
1469
void close_input() { stream_.input_.reset(); }
1470
void close_output() { stream_.output_.reset(); }
1471
void close_error() { stream_.error_.reset(); }
1472
Callers
1
test_cat_send_terminate
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_cat_send_terminate
Function · 0.64