Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaBatata101/sith-language-server
/ into_error
Method
into_error
crates/sith_python_parser/src/error.rs:324–326 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
322
}
323
324
pub fn into_error(self) -> LexicalErrorType {
325
self.error
326
}
327
328
pub fn location(&self) -> TextRange {
329
self.location
Callers
4
lex_fstring_error
Function · 0.80
from
Method · 0.80
parse_string_or_byte_literal
Method · 0.80
parse_fstring_elements
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected