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

Function foreachvalue

src/slave/task_status_update_manager.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162{
163 foreachkey (const FrameworkID& frameworkId, streams) {
164 foreachvalue (TaskStatusUpdateStream* stream, streams[frameworkId]) {
165 delete stream;
166 }
167 }
168 streams.clear();
169}

Callers

nothing calls this directly

Calls 11

FailureClass · 0.85
minFunction · 0.85
replayMethod · 0.80
errorMethod · 0.65
stringifyFunction · 0.50
emptyMethod · 0.45
isNoneMethod · 0.45
getMethod · 0.45
valueMethod · 0.45
isErrorMethod · 0.45
expiredMethod · 0.45

Tested by

no test coverage detected