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

Method is_experimental

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

Source from the content-addressed store, hash-verified

329 /// Returns true if metadata contains experimental nodes.
330 #[inline]
331 pub fn is_experimental(&self) -> bool {
332 self.node_kinds.contains(NodeKinds::Experimental)
333 }
334
335 /// Returns true if metadata contains non-standard nodes.
336 #[inline]

Callers

nothing calls this directly

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected