MCPcopy Create free account
hub / github.com/csskit/csskit / has_important

Method has_important

crates/css_ast/src/metadata.rs:249–251  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

247 /// Returns true if metadata contains important declarations.
248 #[inline]
249 pub fn has_important(&self) -> bool {
250 self.declaration_kinds.contains(DeclarationKind::Important)
251 }
252
253 /// Returns true if metadata contains custom properties.
254 #[inline]

Callers 3

can_matchMethod · 0.80
matchesMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected