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

Class Error

commands.hpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#include <iosfwd>
36
37struct Error {
38 std::string message;
39
40 explicit Error (std::string m) : message(m) { }
41};
42
43// Plumbing commands:
44int clean (int argc, const char** argv);

Callers 15

git_version_stringFunction · 0.85
git_configFunction · 0.85
git_has_configFunction · 0.85
git_deconfigFunction · 0.85
get_internal_state_pathFunction · 0.85
get_git_configFunction · 0.85
get_repo_state_pathFunction · 0.85
get_path_to_topFunction · 0.85
get_git_statusFunction · 0.85
get_file_attributesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected