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

Class System_error

util.hpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#include <vector>
41
42struct System_error {
43 std::string action;
44 std::string target;
45 int error;
46
47 System_error (const std::string& a, const std::string& t, int e) : action(a), target(t), error(e) { }
48
49 std::string message () const;
50};
51
52class temp_fstream : public std::fstream {
53 std::string filename;

Callers 15

openMethod · 0.85
mkdir_parentFunction · 0.85
our_exe_pathFunction · 0.85
touch_fileFunction · 0.85
remove_fileFunction · 0.85
get_directory_contentsFunction · 0.85
stdin_pipeMethod · 0.85
stdout_pipeMethod · 0.85
spawnMethod · 0.85
waitMethod · 0.85
write_stdinMethod · 0.85
read_stdoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected