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

Function print_version

git-crypt.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static void print_version (std::ostream& out)
82{
83 out << "git-crypt " << VERSION << std::endl;
84}
85
86static bool help_for_command (const char* command, std::ostream& out)
87{

Callers 2

versionFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected