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

Class EscapedStringLiteral

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

Source from the content-addressed store, hash-verified

328}
329
330pub struct EscapedStringLiteral<'a>(&'a str);
331
332impl<'a> AstDisplay for EscapedStringLiteral<'a> {
333 fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) {

Callers 1

escaped_string_literalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected