MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / printVersion

Function printVersion

src/DocLayer.actor.cpp:625–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623}
624
625static void printVersion() {
626 fprintf(stderr, "FoundationDB Document Layer " FDB_DOC_VT_PACKAGE_NAME " (v" FDB_DOC_VT_VERSION ")\n");
627 fprintf(stderr, "source version %s\n", getGitVersion());
628 fprintf(stderr, "Flow source version %s\n", getFlowGitVersion());
629}
630
631static void printHelpTeaser(const char* name) {
632 fprintf(stderr, "Try `%s --help' for more information.\n", name);

Callers 1

mainFunction · 0.85

Calls 2

getGitVersionFunction · 0.85
getFlowGitVersionFunction · 0.85

Tested by

no test coverage detected