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

Method get_latest

key.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157const Key_file::Entry* Key_file::get_latest () const
158{
159 return is_filled() ? get(latest()) : 0;
160}
161
162const Key_file::Entry* Key_file::get (uint32_t version) const
163{

Callers 2

cleanFunction · 0.80
add_gpg_userFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected