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

Method has_longhands

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

Source from the content-addressed store, hash-verified

271 /// Returns true if metadata contains longhand properties.
272 #[inline]
273 pub fn has_longhands(&self) -> bool {
274 self.declaration_kinds.contains(DeclarationKind::Longhands)
275 }
276
277 /// Returns true if metadata contains unknown nodes.
278 #[inline]

Callers 3

can_matchMethod · 0.80
matchesMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected