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

Method accept

crates/css_ast/src/visit/mod.rs:209–211  ·  view source on GitHub ↗
(&self, _: &mut V)

Source from the content-addressed store, hash-verified

207
208impl Visitable for token_macros::Ident {
209 fn accept<V: Visit>(&self, _: &mut V) -> VisitFlow {
210 VisitFlow::DESCEND
211 }
212}
213
214impl VisitableMut for token_macros::Ident {

Callers 9

newMethod · 0.80
collect_nodesMethod · 0.80
newMethod · 0.80
runMethod · 0.80
extractMethod · 0.80
runMethod · 0.80
runMethod · 0.80
extract_colorsFunction · 0.80
build_contextMethod · 0.80

Calls 1

visit_nodeMethod · 0.45

Tested by 1

extractMethod · 0.64