MCPcopy 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
177bool StyleSheetStyle::hasVariables() const {
178 return !mVariables.empty();
179}
180
181bool StyleSheetStyle::hasVariable( const std::string& name ) const {
182 return !getVariableByName( name ).isEmpty();

Callers 1

addStyleToNodeIndexMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected