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

Function newCompletion

fdbcli/fdbcli.actor.cpp:739–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739std::string newCompletion(const char* base, const char* name) {
740 return format("%s%s ", base, name);
741}
742
743void compGenerator(const char* text, bool help, std::vector<std::string>& lc) {
744 std::map<std::string, CommandHelp>::const_iterator iter;

Callers 3

compGeneratorFunction · 0.85
optionGeneratorFunction · 0.85
arrayGeneratorFunction · 0.85

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected