MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / output

Method output

cpp-subprocess/subprocess.hpp:948–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946struct output
947{
948 explicit output(int fd): wr_ch_(fd) {}
949
950 explicit output (FILE* fp):output(subprocess_fileno(fp)) { assert(fp); }
951

Callers

nothing calls this directly

Calls 2

OSErrorClass · 0.85
pipe_cloexecFunction · 0.85

Tested by

no test coverage detected