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

Function killGenerator

fdbcli/KillCommand.actor.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void killGenerator(const char* text,
116 const char* line,
117 std::vector<std::string>& lc,
118 std::vector<StringRef> const& tokens) {
119 const char* opts[] = { "all", "list", nullptr };
120 arrayGenerator(text, line, opts, lc);
121}
122
123CommandFactory killFactory(
124 "kill",

Callers

nothing calls this directly

Calls 1

arrayGeneratorFunction · 0.85

Tested by

no test coverage detected