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

Function absolutePath

3rdparty/libprocess/src/process.cpp:1342–1347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340
1341
1342string absolutePath(const string& path)
1343{
1344 process::initialize();
1345
1346 return process_manager->absolutePath(path);
1347}
1348
1349
1350Address address()

Callers 1

foreachFunction · 0.85

Calls 2

absolutePathMethod · 0.80
initializeFunction · 0.70

Tested by

no test coverage detected