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

Function foreach

src/slave/http.cpp:1219–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217 response.mutable_list_files();
1218
1219 foreach (const FileInfo& fileInfo, result.get()) {
1220 listFiles->add_file_infos()->CopyFrom(fileInfo);
1221 }
1222
1223 return OK(serialize(acceptType, evolve(response)),
1224 stringify(acceptType));

Callers

nothing calls this directly

Calls 15

convertResourceFormatFunction · 0.85
ProtobufClass · 0.85
asV1ProtobufClass · 0.85
protobufFunction · 0.85
isStandaloneContainerFunction · 0.85
getRootContainerIdFunction · 0.85
StringClass · 0.85
CopyFromMethod · 0.80
elementMethod · 0.80
foreachvalueFunction · 0.70
putMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected