Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
const Key_file::Entry* Key_file::get_latest () const
158
{
159
return is_filled() ? get(latest()) : 0;
160
}
161
162
const Key_file::Entry* Key_file::get (uint32_t version) const
163
{
Callers
2
clean
Function · 0.80
add_gpg_user
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected