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

Method ~Coprocess

coprocess-win32.cpp:129–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129Coprocess::~Coprocess ()
130{
131 close_stdin();
132 close_stdout();
133 if (proc_handle) {
134 CloseHandle(proc_handle);
135 }
136}
137
138std::ostream* Coprocess::stdin_pipe ()
139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected