MCPcopy 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

977struct 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

errorMethod · 0.45
communicateMethod · 0.45
communicate_threadedMethod · 0.45

Calls 2

OSErrorClass · 0.85
pipe_cloexecFunction · 0.85

Tested by

no test coverage detected