Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
pub struct EscapedStringLiteral<
'a>(&'
a str);
331
332
impl<
'a> AstDisplay for EscapedStringLiteral<'
a> {
333
fn fmt<W: fmt::Write>(&self, f: &mut AstFormatter<W>) {
Callers
1
escaped_string_literal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected