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

Function statusGenerator

fdbcli/StatusCommand.actor.cpp:1270–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268}
1269
1270void statusGenerator(const char* text,
1271 const char* line,
1272 std::vector<std::string>& lc,
1273 std::vector<StringRef> const& tokens) {
1274 if (tokens.size() == 1) {
1275 const char* opts[] = { "minimal", "details", "json", nullptr };
1276 arrayGenerator(text, line, opts, lc);
1277 }
1278}
1279
1280CommandFactory statusFactory(
1281 "status",

Callers

nothing calls this directly

Calls 2

arrayGeneratorFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected