Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ update
Method
update
src/css/compound_style.cpp:24–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void CompoundStyle::update()
25
{
26
deleteQueries();
27
28
const Style* style = m_sheet->getStyle(m_name);
29
if (style)
30
m_normal = m_sheet->query(*style);
31
}
32
33
CompoundStyle::~CompoundStyle()
34
{
Callers
nothing calls this directly
Calls
2
query
Method · 0.80
getStyle
Method · 0.45
Tested by
no test coverage detected