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

Function version

git-crypt.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static int version (int argc, const char** argv)
130{
131 print_version(std::cout);
132 return 0;
133}
134
135
136int main (int argc, const char** argv)

Callers 1

mainFunction · 0.85

Calls 1

print_versionFunction · 0.85

Tested by

no test coverage detected