Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getBottomRight
Method
getBottomRight
valdi/src/valdi/runtime/Attributes/BorderRadius.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
PercentValue BorderRadius::getBottomRight() const {
36
return getValue(_bottomRight, _bottomRightIsPercent);
37
}
38
39
PercentValue BorderRadius::getBottomLeft() const {
40
return getValue(_bottomLeft, _bottomLeftIsPercent);
Callers
2
TEST
Function · 0.45
postprocessBorderRadius
Function · 0.45
Calls
1
getValue
Function · 0.70
Tested by
1
TEST
Function · 0.36