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

Method number

src/css/value.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33double Value::number() const
34{
35 if (m_type == Number)
36 return m_number;
37 else
38 return 0.0;
39}
40
41std::string Value::string() const
42{

Callers 2

css_tests.cppFile · 0.80
RulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected