Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGWA/git-crypt
/ add
Method
add
key.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
void Key_file::add (const Entry& entry)
169
{
170
entries[entry.version] = entry;
171
}
172
173
174
void Key_file::load_legacy (std::istream& in)
Callers
4
decrypt_repo_key
Function · 0.45
encrypt_repo_key
Function · 0.45
clean
Function · 0.45
decrypt_file_to_stdout
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected