Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ error
Method
error
cpp-subprocess/subprocess.hpp:1466–1466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1464
FILE* input() { return stream_.input(); }
1465
FILE* output() { return stream_.output();}
1466
FILE* error() { return stream_.error(); }
1467
1468
/// Stream close APIs
1469
void close_input() { stream_.input_.reset(); }
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected