Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
bool exitFailure() {
137
fmt::print(usage);
138
return false;
139
}
140
141
} // namespace
142
Callers
1
Future<bool> quotaCommandActor
Function · 0.85
Calls
1
print
Function · 0.50
Tested by
no test coverage detected