Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ hasVariables
Method
hasVariables
src/eepp/ui/css/stylesheetstyle.cpp:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
bool StyleSheetStyle::hasVariables() const {
178
return !mVariables.empty();
179
}
180
181
bool StyleSheetStyle::hasVariable( const std::string& name ) const {
182
return !getVariableByName( name ).isEmpty();
Callers
1
addStyleToNodeIndex
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected