Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ error
Method
error
cpp-subprocess/subprocess.hpp:979–979 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
977
struct error
978
{
979
explicit error(int fd): wr_ch_(fd) {}
980
981
explicit error(FILE* fp):error(subprocess_fileno(fp)) { assert(fp); }
982
Callers
3
error
Method · 0.45
communicate
Method · 0.45
communicate_threaded
Method · 0.45
Calls
2
OSError
Class · 0.85
pipe_cloexec
Function · 0.85
Tested by
no test coverage detected