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

Function exitFailure

fdbcli/QuotaCommand.actor.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 "quota [get <tag> [reserved|total] [read|write]|set <tag> [reserved|total] [read|write] <value>]";
135
136bool exitFailure() {
137 fmt::print(usage);
138 return false;
139}
140
141} // namespace
142

Callers 1

Calls 1

printFunction · 0.50

Tested by

no test coverage detected