Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
302
void 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
finalize
Method · 0.70
_recover
Method · 0.70
Calls
12
Nothing
Class · 0.85
Failure
Class · 0.85
isFailed
Method · 0.80
failure
Method · 0.80
learned
Method · 0.80
type
Method · 0.80
Entry
Class · 0.50
fail
Method · 0.45
set
Method · 0.45
position
Method · 0.45
bytes
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected