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

Method Coprocess

coprocess-win32.cpp:118–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117
118Coprocess::Coprocess ()
119{
120 proc_handle = nullptr;
121 stdin_pipe_reader = nullptr;
122 stdin_pipe_writer = nullptr;
123 stdin_pipe_ostream = nullptr;
124 stdout_pipe_reader = nullptr;
125 stdout_pipe_writer = nullptr;
126 stdout_pipe_istream = nullptr;
127}
128
129Coprocess::~Coprocess ()
130{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected