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

Method input

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

Source from the content-addressed store, hash-verified

1462 }
1463
1464 FILE* input() { return stream_.input(); }
1465 FILE* output() { return stream_.output();}
1466 FILE* error() { return stream_.error(); }
1467

Callers

nothing calls this directly

Calls 1

inputMethod · 0.45

Tested by

no test coverage detected