Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
589
void printBuildInformation() {
590
printf(
"%s"
, jsonBuildInformation().c_str());
591
}
592
593
void printHelpOverview() {
594
printf(
"\nList of commands:\n\n"
);
Callers
1
processArg
Method · 0.70
Calls
2
printf
Function · 0.85
c_str
Method · 0.45
Tested by
no test coverage detected