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

Method nonRevocable

src/v1/resources.cpp:1693–1697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1691
1692
1693Resources Resources::nonRevocable() const
1694{
1695 return filter(
1696 [](const Resource& resource) { return !isRevocable(resource); });
1697}
1698
1699
1700Resources Resources::shared() const

Callers 8

TESTFunction · 0.45
TEST_FFunction · 0.45
foreachvalueFunction · 0.45
updateSlaveMethod · 0.45
foreachvalueFunction · 0.45
foreachFunction · 0.45
foreachvalueFunction · 0.45
foreachpairFunction · 0.45

Calls 1

filterFunction · 0.85

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36