Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isVisible
Method
isVisible
snap_drawing/src/snap_drawing/cpp/Layers/Layer.cpp:521–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
}
520
521
bool Layer::isVisible() const {
522
return _opacity > 0;
523
}
524
525
void Layer::setBorderWidth(Scalar borderWidth) {
526
if (_borderWidth != borderWidth) {
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64