Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ foreach
Function
foreach
src/tests/containerizer/routing_tests.cpp:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
ASSERT_SOME(links);
118
119
foreach (const string& link, links.get()) {
120
EXPECT_SOME_NE(0, link::index(link));
121
}
122
123
EXPECT_NONE(link::index(
"not-exist"
));
124
}
Callers
nothing calls this directly
Calls
6
index
Function · 0.85
name
Function · 0.85
statistics
Function · 0.50
exists
Function · 0.50
get
Method · 0.45
contains
Method · 0.45
Tested by
no test coverage detected