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

Method nonShared

src/v1/resources.cpp:1706–1710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1704
1705
1706Resources Resources::nonShared() const
1707{
1708 return filter(
1709 [](const Resource& resource) { return !isShared(resource); });
1710}
1711
1712
1713hashmap<string, Resources> Resources::allocations() const

Callers 7

TESTFunction · 0.45
foreachFunction · 0.45
updateAvailableMethod · 0.45
addMethod · 0.45
subtractMethod · 0.45
addMethod · 0.45
subtractMethod · 0.45

Calls 1

filterFunction · 0.85

Tested by 1

TESTFunction · 0.36