MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / errors

Method errors

crates/sith_python_parser/src/lib.rs:253–255  ·  view source on GitHub ↗

Returns a list of syntax errors found during parsing.

(&self)

Source from the content-addressed store, hash-verified

251
252 /// Returns a list of syntax errors found during parsing.
253 pub fn errors(&self) -> &[ParseError] {
254 &self.errors
255 }
256
257 /// Consumes the [`Parsed`] output and returns the contained syntax node.
258 pub fn into_syntax(self) -> T {

Callers 4

test_valid_syntaxFunction · 0.80
test_invalid_syntaxFunction · 0.80
parser_quick_testFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_valid_syntaxFunction · 0.64
test_invalid_syntaxFunction · 0.64
parser_quick_testFunction · 0.64