MCPcopy 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_errorFunction · 0.80
fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected