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