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

Function getLatestSlavePath

src/slave/paths.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164string getLatestSlavePath(const string& rootDir)
165{
166 return path::join(rootDir, SLAVES_DIR, LATEST_SYMLINK);
167}
168
169
170string getSlavePath(

Callers 7

TYPED_TESTFunction · 0.85
TEST_PFunction · 0.85
TEST_FFunction · 0.85
recoverFunction · 0.85
recoverMethod · 0.85
__recoverMethod · 0.85
createSlaveDirectoryFunction · 0.85

Calls 1

joinFunction · 0.50

Tested by 3

TYPED_TESTFunction · 0.68
TEST_PFunction · 0.68
TEST_FFunction · 0.68