Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
std::string Value::string() const
42
{
43
if (m_type == String)
44
return m_string;
45
else
46
return std::string();
47
}
48
49
std::string Value::unit() const
50
{
Callers
6
get_current_path
Function · 0.80
get_current_path
Function · 0.80
css_tests.cpp
File · 0.80
convertPart
Method · 0.80
convertColor
Method · 0.80
convertRepeat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected