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

Method unmocked_pull

src/tests/containerizer/provisioner_docker_tests.cpp:325–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 const Option<Secret>&));
324
325 Future<slave::docker::Image> unmocked_pull(
326 const spec::ImageReference& reference,
327 const string& directory,
328 const string& backend,
329 const Option<Secret>& config)
330 {
331 // TODO(gilbert): Allow return Image to be overridden.
332 return slave::docker::Image();
333 }
334};
335
336

Callers

nothing calls this directly

Calls 1

ImageClass · 0.85

Tested by

no test coverage detected