Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGWA/git-crypt
/ get_internal_keys_path
Function
get_internal_keys_path
commands.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
static std::string get_internal_keys_path (const std::string& internal_state_path)
262
{
263
return internal_state_path +
"/keys"
;
264
}
265
266
static std::string get_internal_keys_path ()
267
{
Callers
2
get_internal_key_path
Function · 0.85
lock
Function · 0.85
Calls
1
get_internal_state_path
Function · 0.85
Tested by
no test coverage detected