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

Method start

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

This method is called before beginning traversal of the AST.

(&mut self)

Source from the content-addressed store, hash-verified

42
43 /// This method is called before beginning traversal of the AST.
44 fn start(&mut self) {}
45
46 /// This method is called on an `Ast` before descending into child `Ast`
47 /// 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