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

Function foreach

src/tests/fetcher_cache_tests.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 if (entries.isSome()) {
248 cout << "Begin listing sandbox `" << path.string() << "`:" << endl;
249 foreach (const string& entry, entries.get()) {
250 logFile(path, entry);
251 }
252 cout << "End sandbox" << endl;
253 } else {
254 cout << "Could not list sandbox `" << path.string()

Callers

nothing calls this directly

Calls 15

logFileFunction · 0.85
logSandboxFunction · 0.85
awaitFinishedFunction · 0.85
NothingClass · 0.85
taskNameFunction · 0.85
PathClass · 0.85
getExecutorLatestRunPathFunction · 0.85
isExecutableFunction · 0.85
CopyFromMethod · 0.80
sizeFunction · 0.50
parseFunction · 0.50
stringifyFunction · 0.50

Tested by

no test coverage detected