Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getVolumePaths
Function
getVolumePaths
src/csi/paths.cpp:206–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
205
206
Try<list<string>> getVolumePaths(
207
const string& rootDir,
208
const string& type,
209
const string& name)
210
{
211
return fs::list(path::join(rootDir, type, name, VOLUMES_DIR,
"*"
));
212
}
213
214
215
string getVolumePath(
Callers
3
TEST_P
Function · 0.85
recover
Method · 0.85
recover
Method · 0.85
Calls
2
list
Function · 0.50
join
Function · 0.50
Tested by
1
TEST_P
Function · 0.68