Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
GarbageCollectorProcess::~GarbageCollectorProcess()
84
{
85
foreachvalue (const Owned<PathInfo>& info, paths) {
86
info->promise.discard();
87
}
88
}
89
90
Callers
1
synchronized
Function · 0.50
Calls
1
discard
Method · 0.45
Tested by
no test coverage detected