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

Method has_unknown

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

Source from the content-addressed store, hash-verified

277 /// Returns true if metadata contains unknown nodes.
278 #[inline]
279 pub fn has_unknown(&self) -> bool {
280 self.node_kinds.contains(NodeKinds::Unknown)
281 }
282
283 /// Returns true if metadata contains vendor-prefixed properties.
284 #[inline]

Callers 3

can_matchMethod · 0.80
matchesMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected