MCPcopy 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
35const Style* Sheet::getStyle(const std::string& name)
36{
37 return m_styles[name];
38}
39
40Query Sheet::query(const StatefulStyle& compound)
41{

Callers 2

updateMethod · 0.45
compound_style.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected