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

Function lex_source

crates/sith_python_parser/src/lexer.rs:1776–1778  ·  view source on GitHub ↗
(source: &str)

Source from the content-addressed store, hash-verified

1774 }
1775
1776 fn lex_source(source: &str) -> LexerOutput {
1777 lex_valid(source, Mode::Module, TextSize::default())
1778 }
1779
1780 fn lex_source_with_offset(source: &str, start_offset: TextSize) -> LexerOutput {
1781 lex_valid(source, Mode::Module, start_offset)

Callers 8

comment_until_eolFunction · 0.85
indentation_with_eolFunction · 0.85
double_dedent_with_eolFunction · 0.85
newline_in_brackets_eolFunction · 0.85
triple_quoted_eolFunction · 0.85

Calls 1

lex_validFunction · 0.85

Tested by

no test coverage detected