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

Method foreach

3rdparty/libprocess/src/event_queue.hpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 JSON::Array array;
176 synchronized (mutex) {
177 foreach (Event* event, events) {
178 array.values.push_back(JSON::Object(*event));
179 }
180 }
181 return array;
182 }

Callers

nothing calls this directly

Calls 1

ObjectClass · 0.50

Tested by

no test coverage detected