Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
struct Error {
38
std::string message;
39
40
explicit Error (std::string m) : message(m) { }
41
};
42
43
// Plumbing commands:
44
int clean (int argc, const char** argv);
Callers
15
git_version_string
Function · 0.85
git_config
Function · 0.85
git_has_config
Function · 0.85
git_deconfig
Function · 0.85
validate_key_name_or_throw
Function · 0.85
get_internal_state_path
Function · 0.85
get_git_config
Function · 0.85
get_repo_state_path
Function · 0.85
get_path_to_top
Function · 0.85
get_git_status
Function · 0.85
get_file_attributes
Function · 0.85
check_if_blob_is_encrypted
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected