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

Function getWebUIDir

src/tests/utils.cpp:184–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184string getWebUIDir()
185{
186 string path = path::join(flags.source_dir, "src", "webui");
187
188 if (!os::exists(path) && searchInstallationDirectory) {
189 path = path::join(PKGDATADIR, "webui");
190 }
191
192 return path;
193}
194
195
196Try<net::IP::Network> getNonLoopbackIP()

Callers 1

executeFunction · 0.85

Calls 2

joinFunction · 0.50
existsFunction · 0.50

Tested by

no test coverage detected