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

Method get

key.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162const Key_file::Entry* Key_file::get (uint32_t version) const
163{
164 Map::const_iterator it(entries.find(version));
165 return it != entries.end() ? &it->second : 0;
166}
167
168void Key_file::add (const Entry& entry)
169{

Callers 3

decrypt_repo_keyFunction · 0.45
cleanFunction · 0.45
decrypt_file_to_stdoutFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected