Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ wait_for_all_unmounted
Function
wait_for_all_unmounted
cppcryptfs/dokan/cryptdokan.cpp:2408–2410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2406
2407
2408
BOOL wait_for_all_unmounted() {
2409
return MountPointManager::getInstance().wait_all_and_destroy();
2410
}
2411
2412
2413
int get_open_handle_count(const wchar_t* mountpoint)
Callers
3
CanClose
Method · 0.85
OnEndSession
Method · 0.85
DismountAll
Method · 0.85
Calls
1
wait_all_and_destroy
Method · 0.80
Tested by
no test coverage detected