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

Method parse

crates/sith_python_parser/src/string.rs:443–449  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

441 }
442
443 fn parse(self) -> Result<StringType, LexicalError> {
444 if self.flags.is_byte_string() {
445 self.parse_bytes()
446 } else {
447 self.parse_string()
448 }
449 }
450}
451
452pub(crate) fn parse_string_literal(

Callers 1

parse_string_literalFunction · 0.45

Calls 3

is_byte_stringMethod · 0.80
parse_bytesMethod · 0.80
parse_stringMethod · 0.80

Tested by

no test coverage detected