Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
static void print_version (std::ostream& out)
82
{
83
out <<
"git-crypt "
<< VERSION << std::endl;
84
}
85
86
static bool help_for_command (const char* command, std::ostream& out)
87
{
Callers
2
version
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected