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

Function cmdGenerator

fdbcli/fdbcli.actor.cpp:768–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768void cmdGenerator(const char* text, std::vector<std::string>& lc) {
769 compGenerator(text, false, lc);
770}
771
772void helpGenerator(const char* text, std::vector<std::string>& lc) {
773 compGenerator(text, true, lc);

Callers 1

fdbcliCompCmdFunction · 0.85

Calls 1

compGeneratorFunction · 0.85

Tested by

no test coverage detected