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

Function foreach

src/local/local.cpp:220–222  ·  view source on GitHub ↗

Log any flag warnings.

Source from the content-addressed store, hash-verified

218
219 // Log any flag warnings.
220 foreach (const flags::Warning& warning, load->warnings) {
221 LOG(WARNING) << warning.message;
222 }
223
224 // Attempt to create the `work_dir` for master as a convenience.
225 Try<Nothing> mkdir = os::mkdir(masterFlags.work_dir.get());

Callers 1

shutdownFunction · 0.70

Calls 1

isErrorMethod · 0.45

Tested by

no test coverage detected