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