MCPcopy Create free account
hub / github.com/PRQL/prql / string

Function string

prqlc/prqlc-parser/src/lexer/mod.rs:533–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531}
532
533fn string<'a>() -> impl Parser<'a, ParserInput<'a>, Literal, ParserError<'a>> {
534 quoted_string(true).map(Literal::String)
535}
536
537fn raw_string<'a>() -> impl Parser<'a, ParserInput<'a>, Literal, ParserError<'a>> {
538 just("r")

Callers 1

literalFunction · 0.85

Calls 2

quoted_stringFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected