MCPcopy Create free account
hub / github.com/davidblewett/rure-python / visit_pre

Method visit_pre

regex/regex-syntax/src/ast/visitor.rs:48–50  ·  view source on GitHub ↗

This method is called on an `Ast` before descending into child `Ast` nodes.

(&mut self, _ast: &Ast)

Source from the content-addressed store, hash-verified

46 /// This method is called on an `Ast` before descending into child `Ast`
47 /// nodes.
48 fn visit_pre(&mut self, _ast: &Ast) -> Result<(), Self::Err> {
49 Ok(())
50 }
51
52 /// This method is called on an `Ast` after descending all of its child
53 /// `Ast` nodes.

Callers 1

visitMethod · 0.45

Implementers 2

parse.rsregex/regex-syntax/src/ast/parse.rs
print.rsregex/regex-syntax/src/ast/print.rs

Calls

no outgoing calls

Tested by

no test coverage detected