MCPcopy Create free account
hub / github.com/astral-sh/ruff / finish

Method finish

crates/ruff_python_parser/src/lexer.rs:1489–1491  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1487 }
1488
1489 pub fn finish(self) -> Vec<LexicalError> {
1490 self.errors
1491 }
1492}
1493
1494pub(crate) struct LexerCheckpoint {

Callers 6

fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
lexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected