Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ finish
Method
finish
regex/regex-syntax/src/ast/parse.rs:2157–2159 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2155
type Err = ast::Error;
2156
2157
fn finish(self) -> Result<()> {
2158
Ok(())
2159
}
2160
2161
fn visit_pre(&mut self, ast: &Ast) -> Result<()> {
2162
let span = match *ast {
Callers
5
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
fmt
Method · 0.45
visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected