MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / escape_single_quote_string

Function escape_single_quote_string

src/sql-parser/src/ast/display.rs:326–328  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

324}
325
326pub fn escape_single_quote_string(s: &str) -> EscapeSingleQuoteString<'_> {
327 EscapeSingleQuoteString(s)
328}
329
330pub struct EscapedStringLiteral<'a>(&'a str);
331

Callers 4

fmtMethod · 0.85
fmtMethod · 0.85
fmtMethod · 0.85
fmtMethod · 0.85

Calls 1

Tested by

no test coverage detected