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

Method store_to_string

key.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290std::string Key_file::store_to_string () const
291{
292 std::ostringstream ss;
293 store(ss);
294 return ss.str();
295}
296
297void Key_file::generate ()
298{

Callers 1

encrypt_repo_keyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected