Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ reserved
Method
reserved
src/v1/resources.cpp:1651–1654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1649
1650
1651
Resources Resources::reserved(const Option<string>& role) const
1652
{
1653
return filter(lambda::bind(isReserved, lambda::_1, role));
1654
}
1655
1656
1657
Resources Resources::allocatableTo(const string& role) const
Callers
7
TEST_P
Function · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
foreach
Method · 0.45
foreach
Method · 0.45
Calls
2
filter
Function · 0.85
bind
Function · 0.50
Tested by
5
TEST_P
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36