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

Function createRange

src/tests/resources_utils.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111::mesos::Value::Range createRange(uint64_t begin, uint64_t end)
112{
113 ::mesos::Value::Range range;
114 range.set_begin(begin);
115 range.set_end(end);
116 return range;
117}
118
119} // namespace tests {
120} // namespace internal {

Callers 5

TEST_PFunction · 0.85
foreachFunction · 0.85
SetUpTestCaseMethod · 0.85
TEST_PFunction · 0.85
foreachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected