MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / StdStream

Method StdStream

Libraries/Process/Process.h:97–101  ·  view source on GitHub ↗

@brief Read the process standard output/error into the given String / Buffer

Source from the content-addressed store, hash-verified

95 struct StdStream
96 {
97 /// @brief Read the process standard output/error into the given String / Buffer
98 StdStream(IGrowableBuffer& destination)
99 {
100 growableBuffer = &destination;
101 operation = Operation::GrowableBuffer;
102 }
103
104 /// @brief Redirects child process standard output/error to a given file descriptor

Callers

nothing calls this directly

Calls 3

ErrorEnum · 0.50
getMethod · 0.45
detachMethod · 0.45

Tested by

no test coverage detected