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

Function helpGenerator

fdbcli/fdbcli.actor.cpp:772–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772void helpGenerator(const char* text, std::vector<std::string>& lc) {
773 compGenerator(text, true, lc);
774}
775
776void optionGenerator(const char* text, const char* line, std::vector<std::string>& lc) {
777 int len = strlen(text);

Callers 1

fdbcliCompCmdFunction · 0.85

Calls 1

compGeneratorFunction · 0.85

Tested by

no test coverage detected