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

Method is_deprecated

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

Source from the content-addressed store, hash-verified

323 /// Returns true if metadata contains deprecated nodes.
324 #[inline]
325 pub fn is_deprecated(&self) -> bool {
326 self.node_kinds.contains(NodeKinds::Deprecated)
327 }
328
329 /// Returns true if metadata contains experimental nodes.
330 #[inline]

Callers

nothing calls this directly

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected