Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ getStyle
Method
getStyle
src/css/sheet.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
const Style* Sheet::getStyle(const std::string& name)
36
{
37
return m_styles[name];
38
}
39
40
Query Sheet::query(const StatefulStyle& compound)
41
{
Callers
2
update
Method · 0.45
compound_style.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected