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

Method build_wildcard

crates/csskit_ast/src/selector/query.rs:312–314  ·  view source on GitHub ↗
(node: QueryWildcard)

Source from the content-addressed store, hash-verified

310 type FunctionalPseudoElement = NeverMatch;
311
312 fn build_wildcard(node: QueryWildcard) -> Self {
313 Self::Wildcard(node)
314 }
315
316 fn build_id(_node: NeverMatch) -> Self {
317 unreachable!()

Callers

nothing calls this directly

Calls 1

WildcardClass · 0.85

Tested by

no test coverage detected