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

Method Coprocess

coprocess-unix.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Coprocess::Coprocess ()
49{
50 pid = -1;
51 stdin_pipe_reader = -1;
52 stdin_pipe_writer = -1;
53 stdin_pipe_ostream = nullptr;
54 stdout_pipe_reader = -1;
55 stdout_pipe_writer = -1;
56 stdout_pipe_istream = nullptr;
57}
58
59Coprocess::~Coprocess ()
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected