MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / string

Method string

src/css/value.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::string Value::string() const
42{
43 if (m_type == String)
44 return m_string;
45 else
46 return std::string();
47}
48
49std::string Value::unit() const
50{

Callers 6

get_current_pathFunction · 0.80
get_current_pathFunction · 0.80
css_tests.cppFile · 0.80
convertPartMethod · 0.80
convertColorMethod · 0.80
convertRepeatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected