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

Function attribute_name

commands.cpp:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60static std::string attribute_name (const char* key_name)
61{
62 if (key_name) {
63 // named key
64 return std::string("git-crypt-") + key_name;
65 } else {
66 // default key
67 return "git-crypt";
68 }
69}
70
71static std::string git_version_string ()
72{

Callers 2

deconfigure_git_filtersFunction · 0.85
get_encrypted_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected