Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derceg/explorerplusplus
/ findByPath
Method
findByPath
Explorer++/Helper/CachedIcons.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
CachedIcons::iterator CachedIcons::findByPath(const std::wstring &filePath)
62
{
63
CachedIconSetByPath &pathIndex = m_cachedIconSet.get<1>();
64
return pathIndex.find(filePath);
65
}
Callers
5
SetTabIcon
Method · 0.80
GetIconForBookmark
Method · 0.80
GetCachedIconIndex
Method · 0.80
GetCachedIconIndex
Method · 0.80
TEST
Function · 0.80
Calls
1
find
Method · 0.45
Tested by
1
TEST
Function · 0.64