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

Method wait

coprocess-unix.cpp:157–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157int Coprocess::wait ()
158{
159 int status = 0;
160 if (waitpid(pid, &status, 0) == -1) {
161 throw System_error("waitpid", "", errno);
162 }
163 return status;
164}
165
166size_t Coprocess::write_stdin (void* handle, const void* buf, size_t count)
167{

Callers 3

exec_commandFunction · 0.45
exec_command_with_inputFunction · 0.45
get_encrypted_filesFunction · 0.45

Calls 1

System_errorClass · 0.85

Tested by

no test coverage detected