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

Function getMountStagingPath

src/csi/paths.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323
324string getMountStagingPath(
325 const string& mountRootDir,
326 const string& volumeId)
327{
328 return path::join(getMountPath(mountRootDir, volumeId), STAGING_DIR);
329}
330
331
332string getMountTargetPath(

Callers 6

_publishVolumeMethod · 0.85
__publishVolumeMethod · 0.85
_unpublishVolumeMethod · 0.85
_publishVolumeMethod · 0.85
__publishVolumeMethod · 0.85
_unpublishVolumeMethod · 0.85

Calls 2

getMountPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected