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

Method build_wildcard

crates/css_ast/src/selector/mod.rs:174–176  ·  view source on GitHub ↗
(node: Wildcard)

Source from the content-addressed store, hash-verified

172 type FunctionalPseudoElement = FunctionalPseudoElement<'a>;
173
174 fn build_wildcard(node: Wildcard) -> Self {
175 Self::Wildcard(node)
176 }
177
178 fn build_id(node: Id) -> Self {
179 Self::Id(node)

Callers

nothing calls this directly

Calls 1

WildcardClass · 0.85

Tested by

no test coverage detected