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