Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ can_delete_file
Function
can_delete_file
libcppcryptfs/util/fileutil.cpp:790–793 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
788
}
789
790
bool can_delete_file(LPCWSTR path)
791
{
792
return true;
793
}
794
795
bool
796
delete_directory(CryptContext *con, LPCWSTR path)
Callers
1
DOKAN_CALLBACK CryptDeleteFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected