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

Function foreachvalue

src/slave/gc.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83GarbageCollectorProcess::~GarbageCollectorProcess()
84{
85 foreachvalue (const Owned<PathInfo>& info, paths) {
86 info->promise.discard();
87 }
88}
89
90

Callers 1

synchronizedFunction · 0.50

Calls 1

discardMethod · 0.45

Tested by

no test coverage detected