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

Class EscapeSingleQuoteString

src/sql-parser/src/ast/display.rs:306–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306pub struct EscapeSingleQuoteString<'a>(&'a str);
307
308impl<'a> AstDisplay for EscapeSingleQuoteString<'a> {
309 fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected