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

Function foreach

src/files/files.cpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416 JSON::Array listing;
417 foreach (const FileInfo& fileInfo, result.get()) {
418 listing.values.push_back(model(fileInfo));
419 }
420
421 return OK(listing, jsonp);
422 });

Callers

nothing calls this directly

Calls 5

createFileInfoFunction · 0.85
statClass · 0.70
modelFunction · 0.50
joinFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected