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

Function get_repo_keys_path

commands.cpp:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338static std::string get_repo_keys_path (const std::string& repo_state_path)
339{
340 return repo_state_path + "/keys";
341}
342
343static std::string get_repo_keys_path ()
344{

Callers 2

unlockFunction · 0.85
add_gpg_userFunction · 0.85

Calls 1

get_repo_state_pathFunction · 0.85

Tested by

no test coverage detected