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

Method output

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

Source from the content-addressed store, hash-verified

1268
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); }

Callers 1

setup_comm_channelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected