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

Method apply

cppcryptfs/dokan/MountPointManager.cpp:236–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void MountPointManager::apply(function<bool(const wchar_t*mountpoint, CryptThreadData*tdata)> f)
237{
238 for (auto it = m_tdatas.begin(); it != m_tdatas.end(); ++it) {
239 if (!f(it->first.c_str(), it->second)) {
240 return;
241 }
242 }
243}
244
245
246int MountPointManager::get_open_handle_count(const wchar_t *mountpoint)

Callers 2

transform_pathFunction · 0.80
list_filesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected