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

Method has_computed

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

Source from the content-addressed store, hash-verified

259 /// Returns true if metadata contains computed values.
260 #[inline]
261 pub fn has_computed(&self) -> bool {
262 self.declaration_kinds.contains(DeclarationKind::Computed)
263 }
264
265 /// Returns true if metadata contains shorthand properties.
266 #[inline]

Callers 3

can_matchMethod · 0.80
matchesMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected