MCPcopy Create free account
hub / github.com/SpartanJ/eepp / hasProperties

Method hasProperties

src/eepp/ui/css/stylesheetstyle.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool StyleSheetStyle::hasProperties() const {
160 return !mProperties.empty();
161}
162
163bool StyleSheetStyle::hasProperty( PropertyId id ) const {
164 return std::find_if( mProperties.begin(), mProperties.end(), [&id]( const auto& prop ) {

Callers 1

addStyleToNodeIndexMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected