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

Method loggedDownload

src/files/files.cpp:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261
262Future<http::Response> FilesProcess::loggedDownload(
263 const http::Request& request,
264 const Option<Principal>& principal)
265{
266 logRequest(request);
267 return download(request, principal);
268}
269
270
271Future<http::Response> FilesProcess::loggedDebug(

Callers

nothing calls this directly

Calls 2

logRequestFunction · 0.85
downloadFunction · 0.50

Tested by

no test coverage detected