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

Method getVolumePath

src/examples/test_csi_plugin.cpp:1122–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120
1121
1122string TestCSIPlugin::getVolumePath(const Bytes& capacity, const string& name)
1123{
1124 return path::join(workDir, strings::join("-", capacity, http::encode(name)));
1125}
1126
1127
1128Status TestCSIPlugin::ControllerGetCapabilities(

Callers

nothing calls this directly

Calls 2

joinFunction · 0.50
encodeFunction · 0.50

Tested by

no test coverage detected