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

Function help_refresh

commands.cpp:1489–1493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1487}
1488
1489void help_refresh (std::ostream& out)
1490{
1491 // |--------------------------------------------------------------------------------| 80 chars
1492 out << "Usage: git-crypt refresh" << std::endl;
1493}
1494int refresh (int argc, const char** argv) // TODO: do a force checkout, much like in unlock
1495{
1496 std::clog << "Error: refresh is not yet implemented." << std::endl;

Callers 1

help_for_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected