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

Method StdIn

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

@brief Inherits child process Input from parent process

Source from the content-addressed store, hash-verified

183 struct Inherit{};
184
185 /// @brief Inherits child process Input from parent process
186 StdIn(GrowableBuffer<Inherit>) { operation = Operation::Inherit; }
187 StdIn(GrowableBuffer<StdIn>) { operation = Operation::Inherit; }
188 StdIn() { operation = Operation::Inherit; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected