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

Function escaped_string_literal

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

Source from the content-addressed store, hash-verified

344}
345
346pub fn escaped_string_literal(s: &str) -> EscapedStringLiteral<'_> {
347 EscapedStringLiteral(s)
348}

Callers 6

show_privilegesFunction · 0.85
show_default_privilegesFunction · 0.85
show_role_membershipFunction · 0.85
fmtMethod · 0.85
make_mz_indexesFunction · 0.85

Calls 1

Tested by

no test coverage detected