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

Function getSlaveInfoPath

src/slave/paths.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193string getSlaveInfoPath(
194 const string& rootDir,
195 const SlaveID& slaveId)
196{
197 return path::join(getSlavePath(rootDir, slaveId), SLAVE_INFO_FILE);
198}
199
200
201Try<list<string>> getFrameworkPaths(

Callers 2

recoverMethod · 0.85
registeredMethod · 0.85

Calls 2

getSlavePathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected