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

Method has_custom_properties

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

Source from the content-addressed store, hash-verified

253 /// Returns true if metadata contains custom properties.
254 #[inline]
255 pub fn has_custom_properties(&self) -> bool {
256 self.declaration_kinds.contains(DeclarationKind::Custom)
257 }
258
259 /// Returns true if metadata contains computed values.
260 #[inline]

Callers 3

can_matchMethod · 0.80
matchesMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected