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

Method allocatedToRoleSubtree

src/v1/resources.cpp:1663–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661
1662
1663Resources Resources::allocatedToRoleSubtree(const string& role) const
1664{
1665 return filter(lambda::bind(isAllocatedToRoleSubtree, lambda::_1, role));
1666}
1667
1668
1669Resources Resources::reservedToRoleSubtree(const string& role) const

Callers 2

offeredMethod · 0.45
allocatedMethod · 0.45

Calls 2

filterFunction · 0.85
bindFunction · 0.50

Tested by

no test coverage detected