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

Method error

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

Source from the content-addressed store, hash-verified

1269 FILE* input() { return input_.get(); }
1270 FILE* output() { return output_.get(); }
1271 FILE* error() { return error_.get(); }
1272
1273 void input(FILE* fp) { input_.reset(fp, fclose); }
1274 void output(FILE* fp) { output_.reset(fp, fclose); }

Callers 1

setup_comm_channelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected