Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
impl std::error::Error for ParseError {
24
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
25
Some(&self.error)
26
}
27
}
28
29
impl fmt::Display for ParseError {
Callers
1
fmt
Method · 0.80
Calls
1
error
Method · 0.45
Tested by
no test coverage detected