Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
string getLatestSlavePath(const string& rootDir)
165
{
166
return path::join(rootDir, SLAVES_DIR, LATEST_SYMLINK);
167
}
168
169
170
string getSlavePath(
Callers
7
TYPED_TEST
Function · 0.85
TEST_P
Function · 0.85
TEST_F
Function · 0.85
recover
Function · 0.85
recover
Method · 0.85
__recover
Method · 0.85
createSlaveDirectory
Function · 0.85
Calls
1
join
Function · 0.50
Tested by
3
TYPED_TEST
Function · 0.68
TEST_P
Function · 0.68
TEST_F
Function · 0.68