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

Function exit_status

util-unix.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int exit_status (int wait_status)
146{
147 return wait_status != -1 && WIFEXITED(wait_status) ? WEXITSTATUS(wait_status) : -1;
148}
149
150void touch_file (const std::string& filename)
151{

Callers 2

successful_exitFunction · 0.70
git_has_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected