Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
static std::string get_repo_keys_path (const std::string& repo_state_path)
339
{
340
return repo_state_path +
"/keys"
;
341
}
342
343
static std::string get_repo_keys_path ()
344
{
Callers
2
unlock
Function · 0.85
add_gpg_user
Function · 0.85
Calls
1
get_repo_state_path
Function · 0.85
Tested by
no test coverage detected