Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Failure
Class · 0.85
min
Function · 0.85
replay
Method · 0.80
error
Method · 0.65
stringify
Function · 0.50
empty
Method · 0.45
isNone
Method · 0.45
get
Method · 0.45
value
Method · 0.45
isError
Method · 0.45
expired
Method · 0.45
Tested by
no test coverage detected