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

Method detach

src/files/files.cpp:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321
322void FilesProcess::detach(const string& virtualPath)
323{
324 const string convertedVirtualPath = path::from_uri(virtualPath);
325 paths.erase(convertedVirtualPath);
326 authorizations.erase(convertedVirtualPath);
327}
328
329
330const string FilesProcess::BROWSE_HELP = HELP(

Callers 8

TEST_FFunction · 0.45
launchTaskMethod · 0.45
launchMethod · 0.45
bootstrap.jsFile · 0.45
completeFunction · 0.45
bootstrap.min.jsFile · 0.45
bFunction · 0.45
lnFunction · 0.45

Calls 3

from_uriFunction · 0.85
dispatchFunction · 0.50
eraseMethod · 0.45

Tested by 1

TEST_FFunction · 0.36