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

Function createGetQuotaRequestBody

src/tests/master_quota_tests.cpp:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143static string createGetQuotaRequestBody()
144{
145 mesos::master::Call call;
146 call.set_type(mesos::master::Call::GET_QUOTA);
147
148 return stringify(JSON::protobuf(call));
149}
150
151
152// Quota tests that are allocator-agnostic (i.e. we expect every

Callers 1

TEST_FFunction · 0.85

Calls 2

protobufFunction · 0.85
stringifyFunction · 0.50

Tested by

no test coverage detected