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

Function getResourceProviderRegistryPath

src/slave/paths.cpp:499–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497
498
499string getResourceProviderRegistryPath(
500 const string& rootDir,
501 const SlaveID& slaveId)
502{
503 return path::join(
504 getSlavePath(getMetaRootDir(rootDir), slaveId),
505 RESOURCE_PROVIDER_REGISTRY);
506}
507
508
509Try<list<string>> getResourceProviderPaths(

Callers 1

Calls 3

getSlavePathFunction · 0.85
getMetaRootDirFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected