MCPcopy Create free account
hub / github.com/AGWA/git-crypt / close_stdout

Method close_stdout

coprocess-win32.cpp:202–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void Coprocess::close_stdout ()
203{
204 delete stdout_pipe_istream;
205 stdout_pipe_istream = nullptr;
206 if (stdout_pipe_writer) {
207 CloseHandle(stdout_pipe_writer);
208 stdout_pipe_writer = nullptr;
209 }
210 if (stdout_pipe_reader) {
211 CloseHandle(stdout_pipe_reader);
212 stdout_pipe_reader = nullptr;
213 }
214}
215
216void Coprocess::spawn (const std::vector<std::string>& args)
217{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected