Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
double Value::number() const
34
{
35
if (m_type == Number)
36
return m_number;
37
else
38
return 0.0;
39
}
40
41
std::string Value::string() const
42
{
Callers
2
css_tests.cpp
File · 0.80
Rules
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected