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

Function foreach

src/csi/v0_utils.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28{
29 RepeatedPtrField<T1> to;
30 foreach (const T2& value, from) {
31 *to.Add() = devolve(value);
32 }
33
34 return to;
35}

Callers

nothing calls this directly

Calls 2

devolveFunction · 0.70
evolveFunction · 0.70

Tested by

no test coverage detected