MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / empty

Method empty

cppcryptfs/dokan/MountPointManager.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 void apply(function<bool(const wchar_t *mountpoint, CryptThreadData *tdata)> f );
66public:
67 bool empty() const { return m_tdatas.empty(); }
68 bool get_path (const WCHAR *mountpoint, wstring& path) const;
69 // returns actual mount point (in case used to mount it
70 // which is how the key is stored

Callers 10

~MountPointManagerMethod · 0.80
CanCloseMethod · 0.80
ProcessCommandLineMethod · 0.80
EmptyMethod · 0.80
GetIoBufferMethod · 0.80
~KeyCacheMethod · 0.80
storeMethod · 0.80
store_if_not_thereMethod · 0.80
storeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected