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

Function printBuildInformation

fdbcli/fdbcli.actor.cpp:589–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589void printBuildInformation() {
590 printf("%s", jsonBuildInformation().c_str());
591}
592
593void printHelpOverview() {
594 printf("\nList of commands:\n\n");

Callers 1

processArgMethod · 0.70

Calls 2

printfFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected