MCPcopy 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
61CachedIcons::iterator CachedIcons::findByPath(const std::wstring &filePath)
62{
63 CachedIconSetByPath &pathIndex = m_cachedIconSet.get<1>();
64 return pathIndex.find(filePath);
65}

Callers 5

SetTabIconMethod · 0.80
GetIconForBookmarkMethod · 0.80
GetCachedIconIndexMethod · 0.80
GetCachedIconIndexMethod · 0.80
TESTFunction · 0.80

Calls 1

findMethod · 0.45

Tested by 1

TESTFunction · 0.64