MCPcopy 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
261static std::string get_internal_keys_path (const std::string& internal_state_path)
262{
263 return internal_state_path + "/keys";
264}
265
266static std::string get_internal_keys_path ()
267{

Callers 2

get_internal_key_pathFunction · 0.85
lockFunction · 0.85

Calls 1

get_internal_state_pathFunction · 0.85

Tested by

no test coverage detected