MCPcopy Create free account
hub / github.com/apache/mesos / remove

Method remove

src/master/quota_handler.cpp:928–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926
927
928Future<http::Response> Master::QuotaHandler::remove(
929 const mesos::master::Call& call,
930 const Option<Principal>& principal) const
931{
932 CHECK_EQ(mesos::master::Call::REMOVE_QUOTA, call.type());
933 CHECK(call.has_remove_quota());
934
935 return _remove(call.remove_quota().role(), principal);
936}
937
938
939Future<http::Response> Master::QuotaHandler::remove(

Callers 5

apiMethod · 0.45
quotaMethod · 0.45
_removeSlaveMethod · 0.45
__removeSlaveMethod · 0.45
removeTaskMethod · 0.45

Calls 10

tokenizeFunction · 0.85
BadRequestClass · 0.85
typeMethod · 0.80
isWhitelistedRoleMethod · 0.80
stringifyFunction · 0.50
sizeMethod · 0.45
containsMethod · 0.45
eraseMethod · 0.45
validateMethod · 0.45
isSomeMethod · 0.45

Tested by

no test coverage detected