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

Method source

crates/sith_python_parser/src/error.rs:24–26  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

22
23impl std::error::Error for ParseError {
24 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
25 Some(&self.error)
26 }
27}
28
29impl fmt::Display for ParseError {

Callers 1

fmtMethod · 0.80

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected