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

Method message

util-unix.cpp:49–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#include <algorithm>
48
49std::string System_error::message () const
50{
51 std::string mesg(action);
52 if (!target.empty()) {
53 mesg += ": ";
54 mesg += target;
55 }
56 if (error) {
57 mesg += ": ";
58 mesg += strerror(error);
59 }
60 return mesg;
61}
62
63void temp_fstream::open (std::ios_base::openmode mode)
64{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected