Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1706
Resources Resources::nonShared() const
1707
{
1708
return filter(
1709
[](const Resource& resource) { return !isShared(resource); });
1710
}
1711
1712
1713
hashmap<string, Resources> Resources::allocations() const
Callers
7
TEST
Function · 0.45
foreach
Function · 0.45
updateAvailable
Method · 0.45
add
Method · 0.45
subtract
Method · 0.45
add
Method · 0.45
subtract
Method · 0.45
Calls
1
filter
Function · 0.85
Tested by
1
TEST
Function · 0.36