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

Method error

crates/sith_python_parser/src/error.rs:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44impl ParseError {
45 pub fn error(self) -> ParseErrorType {
46 self.error
47 }
48}
49
50/// Represents the different types of errors that can occur during parsing of an f-string.

Callers 3

derefMethod · 0.45
sourceMethod · 0.45
function_parse_errorFunction · 0.45

Calls

no outgoing calls

Tested by 1

function_parse_errorFunction · 0.36