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

Function foreach

src/log/log.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302void LogReaderProcess::finalize()
303{
304 foreach (process::Promise<Nothing>* promise, promises) {
305 promise->fail("Log reader is being deleted");
306 delete promise;
307 }
308 promises.clear();
309}
310

Callers 2

finalizeMethod · 0.70
_recoverMethod · 0.70

Calls 12

NothingClass · 0.85
FailureClass · 0.85
isFailedMethod · 0.80
failureMethod · 0.80
learnedMethod · 0.80
typeMethod · 0.80
EntryClass · 0.50
failMethod · 0.45
setMethod · 0.45
positionMethod · 0.45
bytesMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected