MCPcopy Create free account
hub / github.com/apple/foundationdb / printVersion

Function printVersion

fdbcli/fdbcli.actor.cpp:583–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583void printVersion() {
584 printf("FoundationDB CLI " FDB_VT_PACKAGE_NAME " (v" FDB_VT_VERSION ")\n");
585 printf("source version %s\n", getSourceVersion());
586 printf("protocol %" PRIx64 "\n", currentProtocolVersion().version());
587}
588
589void printBuildInformation() {
590 printf("%s", jsonBuildInformation().c_str());

Callers 1

processArgMethod · 0.70

Calls 3

printfFunction · 0.85
getSourceVersionFunction · 0.85
currentProtocolVersionFunction · 0.85

Tested by

no test coverage detected