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

Method unit

src/css/value.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49std::string Value::unit() const
50{
51 if (m_type == Number)
52 return m_string;
53 else
54 return std::string();
55}
56
57void Value::setNumber(double value)
58{

Callers 1

css_tests.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected