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

Function make_version

commands.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static std::vector<int> make_version (int a, int b, int c)
106{
107 std::vector<int> version;
108 version.push_back(a);
109 version.push_back(b);
110 version.push_back(c);
111 return version;
112}
113
114static void git_config (const std::string& name, const std::string& value)
115{

Callers 1

get_encrypted_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected