Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1693
Resources Resources::nonRevocable() const
1694
{
1695
return filter(
1696
[](const Resource& resource) { return !isRevocable(resource); });
1697
}
1698
1699
1700
Resources Resources::shared() const
Callers
8
TEST
Function · 0.45
TEST_F
Function · 0.45
foreachvalue
Function · 0.45
updateSlave
Method · 0.45
foreachvalue
Function · 0.45
foreach
Function · 0.45
foreachvalue
Function · 0.45
foreachpair
Function · 0.45
Calls
1
filter
Function · 0.85
Tested by
2
TEST
Function · 0.36
TEST_F
Function · 0.36