Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ hasGradient
Method
hasGradient
snap_drawing/src/snap_drawing/cpp/Utils/GradientWrapper.cpp:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
bool GradientWrapper::hasGradient() {
98
return _linearGradient != nullptr || _radialGradient != nullptr;
99
}
100
101
} // namespace snap::drawing
Callers
4
drawTextDecorations
Method · 0.80
drawText
Method · 0.80
draw
Method · 0.80
drawBackground
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected