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

Method output

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

Source from the content-addressed store, hash-verified

1463
1464 FILE* input() { return stream_.input(); }
1465 FILE* output() { return stream_.output();}
1466 FILE* error() { return stream_.error(); }
1467
1468 /// Stream close APIs

Callers 6

test_ret_code_commFunction · 0.45
test_pipingFunction · 0.45
test_read_allFunction · 0.45
communicateMethod · 0.45
communicate_threadedMethod · 0.45
pipeline_implFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_ret_code_commFunction · 0.36
test_pipingFunction · 0.36
test_read_allFunction · 0.36