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

Method has_functions

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

Source from the content-addressed store, hash-verified

317 /// Returns true if metadata contains function nodes.
318 #[inline]
319 pub fn has_functions(&self) -> bool {
320 self.node_kinds.contains(NodeKinds::Function)
321 }
322
323 /// Returns true if metadata contains deprecated nodes.
324 #[inline]

Callers 2

matchesMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected