Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
std::string Value::unit() const
50
{
51
if (m_type == Number)
52
return m_string;
53
else
54
return std::string();
55
}
56
57
void Value::setNumber(double value)
58
{
Callers
1
css_tests.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected