Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ getFront
Method
getFront
launcher/ui/ColorCache.h:40–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
QColor getFront(int key)
41
{
42
auto iter = m_colors.find(key);
43
if(iter == m_colors.end())
44
{
45
return QColor();
46
}
47
return (*iter).front;
48
}
49
50
QColor getBack(int key)
51
{
Callers
2
refreshFontPreview
Method · 0.45
data
Method · 0.45
Calls
3
QColor
Class · 0.85
end
Method · 0.80
find
Method · 0.45
Tested by
no test coverage detected