Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getMountTargetPath
Function
getMountTargetPath
src/csi/paths.cpp:332–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
331
332
string getMountTargetPath(
333
const string& mountRootDir,
334
const string& volumeId)
335
{
336
return path::join(getMountPath(mountRootDir, volumeId), TARGET_DIR);
337
}
338
339
} // namespace paths {
340
} // namespace csi {
Callers
10
foreach
Function · 0.85
TEST_P
Function · 0.85
publishVolume
Method · 0.85
getPersistentVolumePath
Function · 0.85
_deleteVolume
Method · 0.85
_publishVolume
Method · 0.85
__unpublishVolume
Method · 0.85
_deleteVolume
Method · 0.85
_publishVolume
Method · 0.85
__unpublishVolume
Method · 0.85
Calls
2
getMountPath
Function · 0.85
join
Function · 0.50
Tested by
1
TEST_P
Function · 0.68