MCPcopy 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
168void Key_file::add (const Entry& entry)
169{
170 entries[entry.version] = entry;
171}
172
173
174void Key_file::load_legacy (std::istream& in)

Callers 4

decrypt_repo_keyFunction · 0.45
encrypt_repo_keyFunction · 0.45
cleanFunction · 0.45
decrypt_file_to_stdoutFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected