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

Method _fetch

src/tests/mock_docker.hpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 process::Future<Nothing>(const ContainerID&));
226
227 process::Future<Nothing> _fetch(const ContainerID& containerId)
228 {
229 return slave::DockerContainerizerProcess::fetch(containerId);
230 }
231
232 process::Future<Nothing> _pull(const ContainerID& containerId)
233 {

Callers

nothing calls this directly

Calls 1

fetchFunction · 0.50

Tested by

no test coverage detected