Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ unmount_all
Function
unmount_all
cppcryptfs/dokan/cryptdokan.cpp:2401–2404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2399
}
2400
2401
bool unmount_all(bool wait)
2402
{
2403
return MountPointManager::getInstance().unmount_all(wait);
2404
}
2405
2406
2407
Callers
2
CanClose
Method · 0.85
OnEndSession
Method · 0.85
Calls
1
unmount_all
Method · 0.80
Tested by
no test coverage detected